Driver Jdbc - Postgresql
The PostgreSQL JDBC Driver (commonly referred to as ) is the official Java Database Connectivity (JDBC) driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database-independent Java code.
// Use the connection to execute SQL queries System.out.println("Connected to the database!"); postgresql driver jdbc