PostgreSQL JDBC Driver

The official Type 4 JDBC driver for PostgreSQL enables Java applications to connect to PostgreSQL using the standard JDBC API. It supports connection pooling, prepared statements, batched updates, LOBs, COPY, and SSL connections.

Documentation

Other Resources

API entry from apis.yml

apis.yml Raw ↑
aid: postgres:jdbc
name: PostgreSQL JDBC Driver
description: The official Type 4 JDBC driver for PostgreSQL enables Java applications to connect to PostgreSQL
  using the standard JDBC API. It supports connection pooling, prepared statements, batched updates, LOBs,
  COPY, and SSL connections.
humanURL: https://jdbc.postgresql.org/documentation/
baseURL: jdbc:postgresql://hostname:5432/database
tags:
- Database
- JDBC
- Java
- Driver
properties:
- type: Documentation
  url: https://jdbc.postgresql.org/documentation/
- type: GitHub
  url: https://github.com/pgjdbc/pgjdbc