摘要:
java连接PostgreSql 各版本地址:https://mvnrepository.com/artifact/postgresql/postgresql/<!-- https://mvnrepository.com/artifact/postgresql/postgresql --> <dep 阅读全文
摘要:
java连接PostgreSql 各版本地址:https://mvnrepository.com/artifact/postgresql/postgresql/<!-- https://mvnrepository.com/artifact/postgresql/postgresql --> <dep 阅读全文
摘要:
PostgreSQL官方教程:https://www.runoob.com/postgresql/postgresql-create-database.html 连接数据库 切换数据库用户 su - postgres 登录数据库 psql 列出所有用户: \du 数据库操作: 查看数据库 \l 连接 阅读全文
|