Connect
- Connection Pools and Data Sources JDBC 2 introduced standard connection pooling features in an add-on API known as the JDBC 2.0 Optional Package (also known as the JDBC 2.0 Standard Extension). …
- Connecting to the Database With JDBC, a database is represented by a URL (Uniform Resource Locator). With PostgreSQL®, this takes one of the following forms: jdbc:postgresql:database …
- Connection Fail-over To support simple connection fail-over it is possible to define multiple endpoints (host and port pairs) in the connection url separated by commas. The driver …
- Unix sockets By adding junixsocket you can obtain a socket factory that works with the driver. Code can be found here and instructions here Dependencies for junixsocket are …