微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

PGJDBC-NG PostgreSQL 的 JDBC 驱动

程序名称:PGJDBC-NG

授权协议: BSD

操作系统: 跨平台

开发语言: Java

PGJDBC-NG 介绍

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

PGJDBC-NG 官网

http://impossibl.github.io/pgjdbc-ng/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐