PostgreSQL: access through Java.

Sonu Singh
1 min readMay 2, 2020

PostgreSQL is a powerful, open-source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

  1. create a maven project and add below dependency:

2. Create a class with below code.

--

--