About 400 results
Open links in new tab
  1. PostgreSQL JDBC Driver

    Jan 14, 2025 · The PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. pgJDBC is an open source JDBC …

  2. Download | pgJDBC - PostgreSQL

    Unless you have unusual requirements (running old applications or JVMs), this is the driver you should be using. It supports PostgreSQL 8.4 or newer and requires Java 6 or newer.

  3. Initializing the Driver | pgJDBC - PostgreSQL

    This section describes how to load and initialize the JDBC driver in your programs.

  4. Setting up the JDBC Driver | pgJDBC - PostgreSQL

    Setting up the JDBC Driver This section describes the steps you need to take before you can write or run programs that use the JDBC interface. Getting the Driver Precompiled versions of …

  5. Documentation | pgJDBC - PostgreSQL

    PostgreSQL® JDBC Driver (pgJDBC for short) allows Java programs to connect to a PostgreSQL® database using standard, database independent Java code. Is an open source …

  6. Driver (PostgreSQL JDBC postgresql API version 42.3.1)

    JDBC compliance requires full support for the JDBC API and full support for SQL 92 Entry Level. For PostgreSQL, this is not yet possible, as we are not SQL92 compliant (yet).

  7. PostgreSQL JDBC Driver 42.7.6 Released | pgJDBC

    May 28, 2025 · test: Updated to use PostgreSQL 17 rather than 17rc1 for CI tests PR #3501 test: Removed stale logging message from SslTest PR #3584 test: Added CI executions with …

  8. PostgreSQL JDBC Driver 42.7.7 Released | pgJDBC

    Jun 11, 2025 · The fix ensures that when channel binding is set to “require”, the driver will reject connections that use non-SASL authentication methods or when SASL authentication has not …

  9. Development | pgJDBC - PostgreSQL

    The PostgreSQL JDBC driver has some unique properties that you should be aware of before starting to develop any code for it. The current development driver supports a number of …

  10. Connection Pools and Data Sources | pgJDBC - PostgreSQL

    The client interface is javax.sql.DataSource, which is what application code will typically use to acquire a pooled database connection. The server interface is …