IntelliJ IDEA H2 Support: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
An external H2 instance must be running and exposing access over network. This article explains how to do that: [[H2#Accessing_an_H2_Instance_Embedded_within_a_Different_JVM|Accessing an H2 Instance Embedded within a Different JVM]]. | An external H2 instance must be running and exposing access over network. This article explains how to do that: [[H2#Accessing_an_H2_Instance_Embedded_within_a_Different_JVM|Accessing an H2 Instance Embedded within a Different JVM]]. | ||
Right edge tabs -> Database -> + -> Driver -> PostgreSQL -> make sure it's downloaded and it is new enough. | |||
Right edge tabs -> Database -> + -> Data Source -> PostgreSQL: | Right edge tabs -> Database -> + -> Data Source -> PostgreSQL: |
Revision as of 15:50, 19 October 2018
Internal
Overview
An external H2 instance must be running and exposing access over network. This article explains how to do that: Accessing an H2 Instance Embedded within a Different JVM.
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.