Provides a JDBC driver for connecting Java applications to PostgreSQL databases. It ensures compatibility with the JDBC (Java Database Connectivity) interface and allows executing SQL queries, managing transactions, and interacting with the PostgreSQL DBMS from Java code.
Home page: https://jdbc.postgresql.org/