PostgreSQL | |
数据库模式 | Relational Relational DBMS,Document store,Graph DBMS,Spatial DBMS,Vector DBMS |
官网 | https://www.postgresql.org/ |
说明文档 | https://www.postgresql.org/docs/ |
安装说明 | |
数据类型说明 | https://www.postgresql.org/docs/16/datatype.html |
DDL说明 | https://www.postgresql.org/docs/16/sql-commands.html |
元数据说明 | |
示例代码 | https://gitee.com/anyline/anyline-simple/tree/master/anyline-simple-data-jdbc-dialect/anyline-simple-data-jdbc-postgresql |
驱动类 | org.postgresql.Driver |
驱动下载 | |
驱动maven | |
JDBC-URL | jdbc:postgresql://{host}:{port:5432}/{database} |
支持语言 | .Net,C,C++,Delphi,Java ,JavaScript (Node.js),Perl,PHP,Python,Tcl |
支持接口 | ADO.NET,JDBC,native C library,ODBC,streaming API for large objects |