📌  相关文章
📜  如何创建本地 postgres 数据库 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:30.400000             🧑  作者: Mango

代码示例1
Download and install a PostgreSQL server. ...
Add the PostgreSQL bin directory path to the PATH environmental variable. ...
Open the psql command-line tool: ...
Run a CREATE DATABASE command to create a new database. ...
Connect to the new database using the command: \c databaseName.
Run the postgres.