IntelliJ IDEA PostgreSQL Support: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
Make sure Postgres is running, see [[ | Make sure Postgres 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 -> + -> Driver -> PostgreSQL -> make sure it's downloaded and it is new enough. |
Revision as of 06:46, 19 October 2018
Internal
- IntelliJ
- [[PostgreSQL#Subjects|PostgreSQL]
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.