PostgreSQL 的异步 JDBC 驱动程序 :PGJDBC-NG
jopen
11年前
PGJDBC-NG是一个完全新的PostgreSQL JDBC驱动程序的实现,支持 JDBC 4.1.特别是支持高级 UDT 特性,使用了异步 I/O 库(Netty) 实现,支持其他的例如异步通知的高级特性。
特性包括:
- JDBC 4.1 conformance (currently the goal but most likely not quite there)
- UDT support through standard SQLData, SQLInput & SQLOutput
- 支持JDBC自定义类型
- Pluggable custom type serialization
- Higher performance binary format with text format fallback
- Database, ResultSet and Parameter meta data
- Transactions / Savepoints
- Blobs