PGJDBC-NG
一个几月netty开发的支持JDBC和PostgreSQL高级特性的新的JDBC驱动程序。该驱动具有以下特性:
JDBC4.1target(withgoalofcompleteconformance)
UDTsupportthroughstandardSQLData,SQLInput&SQLOutput
CodeGeneratorforUDTs(https://github.com/impossibl/pgjdbc-ng-udt)
SupportforJDBCcustomtypemappings
Pluggablecustomtypeserialization
Compactbinaryformatwithtextformatfallback
Database,ResultSetandParametermetadata
Transactions/Savepoints
Blobs
UpdatableResultSets
CallableStatements
AsynchronousNotifications
SSLAuthenticationandEncrpytion
DataSource/XADataSource
目前最新版本未0.5,运行时需要netty4.0.x.jar下载地址为:
0.5JAR
连接字符串:
jdbc:pgsql://[:]/驱动为:
com.impossibl.postgres.jdbc.PGDriver
评论