IntelliJ IDEA PostgreSQL Support: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * IntelliJ") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[IntelliJ#Subjects|IntelliJ]] | * [[IntelliJ#Subjects|IntelliJ]] | ||
* [[PostgreSQL#Subjects|PostgreSQL]] | |||
=Overview= | |||
Make sure PostgreSQL is running, see [[PostgreSQL_with_Docker#Lifecycle|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. |
Latest revision as of 07:00, 19 October 2018
Internal
Overview
Make sure PostgreSQL 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.