https://jdbc.postgresql.org/download/
5. Click on Install
6. Click on Browse and select the JDBC driver that was downloaded. This will be imported into the project, so doesn’t matter where the downloaded file lives.
Click Install. You’ll get a notification that the driver was successfully imported.
7. Click on Finish
8. Back on the config screen, set the following values on the screen:
URL: The URL should be in the following format below. The sslmode field is required.
jdbc:postgresql://:/?sslmode=require
Driver class name: org.postgresql.Driver
User: your_database_user
Password: your_database_password
9. Click on Test connection.. and if you’re successful, you should be all set.
Please refer to the Postgres SQL database Documentation for any additional properties/details of the JDBC URL for Postgres SQL.
001116826

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.