PostgreSQL JDBC

org.lucee:postgresql-jdbc-extension

JDBC Driver for the PostgreSQL Database.

ID 671B01B8-B3B3-42B9-AC055A356BED5281

Installation

Declare the extension in your configuration and Lucee will download and install it automatically on startup. Choose the method that fits your setup — .CFConfig.json is recommended for version-controlled deployments, the environment variable works well for Docker and cloud environments. You can also install manually by dropping the .lex file into /lucee-server/deploy/ or through the Lucee Administrator under Extension › Applications.

Lucee 8+
{
  "extensions": [
    {
      "maven": "org.lucee:postgresql-jdbc-extension:42.7.10"
    }
  ]
}
Lucee 7 and older
{
  "extensions": [
    {
      "id": "671B01B8-B3B3-42B9-AC055A356BED5281",
      "name": "PostgreSQL JDBC",
      "version": "42.7.10"
    }
  ]
}

More options including resource for local files or custom URLs: Extension Installation docs

Lucee 8+
export LUCEE_EXTENSIONS="org.lucee:postgresql-jdbc-extension:42.7.10"
Lucee 7 and older
export LUCEE_EXTENSIONS="671B01B8-B3B3-42B9-AC055A356BED5281;version=42.7.10;"
Releases RELEASE
Version Released Requires Lucee Download
42.7.10 Jun 16, 2026
42.7.9 Jan 31, 2026
42.7.8 Jan 31, 2026
42.7.7 Aug 29, 2025
42.7.6 Aug 29, 2025
42.7.5 Aug 29, 2025
42.7.4 Aug 29, 2025
42.7.3 Aug 29, 2025
42.7.2 Aug 29, 2025
42.7.1 Aug 29, 2025
42.7.0 Aug 29, 2025
42.6.2 Aug 29, 2025
42.6.1 Aug 29, 2025
42.6.0 Aug 29, 2025
42.5.6 Aug 29, 2025
42.4.5 Aug 29, 2025
42.3.10 Aug 29, 2025
42.2.29 Aug 29, 2025
42.1.4 Aug 29, 2025
42.0.0 Aug 29, 2025

← Back to Downloads