Skip to Content

H2 Database

In an application, right-click on Sources -> select Create source -> type any Source name and select H2Source in the Source type field -> click Create.

  • connStr - connection string, e.g. jdbc:h2:tcp://<hostname>:9092/D:\Data\H2\qa_test_database. You can find details and examples in the “Database URL Overview” section in “Features” section of H2 Documentation at http://www.h2database.com/html/features.html .
  • user - user name
  • password - password
Last updated on