Databases

Supported SQL dialects are MySQL, HyperSQL and Derby. A valid JDBC URI identifies the database. Some examples:

  • jdbc:mysql://localhost?user=root&useUnicode=yes&characterEncoding=UTF-8
  • jdbc:hsqldb:mem:testdb
  • jdbc:derby:/tmp/testdb;create=true

For more help on database URIs, see the corresponding manuals of MySQL Connector/J, HyperSQL and Derby.