IntelliJ IDEA PostgreSQL Support

From NovaOrdis Knowledge Base
Revision as of 06:52, 19 October 2018 by Ovidiu (talk | contribs) (Ovidiu moved page IntelliJ IDEA Postgres Support to IntelliJ IDEA PostgreSQL Support without leaving a redirect)
Jump to navigation Jump to search

Internal

Overview

Make sure Postgres is running, see PostgreSQL with Docker.

Right edge tabs -> Database -> + -> Driver -> PostgreSQL -> make sure it's downloaded and it is new enough.

Right edge tabs -> Database -> + -> Data Source -> PostgreSQL:

Name: Docker Posgres

Host: localhost

Port: 5432

Database: postgres

User: admin

Password: the password you used during the container configuration phase. Select "Remember password".

Test Connection.

Apply -> OK.