pgjdbc-ng is an alternative PostgreSQL JDBC driver for Java that focuses on advanced protocol features and better performance. It supports full PostgreSQL type mapping, asynchronous communication, and efficient prepared statement handling. pgjdbc-ng is built for developers needing more control and lower latency from their Java/PostgreSQL stack.
Features
- Asynchronous query and result handling
- Advanced PostgreSQL type mapping and extension support
- High-performance protocol implementation in Java
- Built-in connection pooling and SSL support
- Fully compliant with JDBC specification
- Detailed error diagnostics and logging
