PGJDBC-NG - PostgreSQL 的 JDBC 驱动


BSD
跨平台
Java

软件简介

PGJDBC-NG

一个几月netty开发的支持JDBC和PostgreSQL高级特性的新的JDBC 驱动程序。
该驱动具有以下特性:

  • JDBC 4.1 target (with goal of complete conformance)

  • UDT support through standard SQLData, SQLInput & SQLOutput

  • Code Generator for UDTs (https://github.com/impossibl/pgjdbc-ng-udt)

  • Support for JDBC custom type mappings

  • Pluggable custom type serialization

  • Compact binary format with text format fallback

  • Database, ResultSet and Parameter meta data

  • Transactions / Savepoints

  • Blobs

  • Updatable ResultSets

  • Callable Statements

  • Asynchronous Notifications

  • SSL Authentication and Encrpytion

  • DataSource / XADataSource

目前最新版本未0.5,运行时需要netty 4.0.x.jar
下载地址为:

连接字符串:

jdbc:pgsql://[:]/

驱动为:

com.impossibl.postgres.jdbc.PGDriver