brew install postgresql
brew services start postgresql
createdb # By default, a database with the same name as the current user is created.
# dropdb
psql
macOS 安装 postgreSQL
发布时间 2023-06-17 16:00:27作者: 明天有风吹
brew install postgresql
brew services start postgresql
createdb # By default, a database with the same name as the current user is created.
# dropdb
psql