HyperSQL DataBase (HSQLDB) Connection

Connection to a HyperSQL DataBase (HSQLDB).

Settings

Mode: HSQLDB can be run in two modes:

Embedded: HSQLDB running as a local file-based database engine. As connection parameters, only database is required. It has to be set to the path of the database folder.

Server: HSQLDB running in client-server mode.

Host: The host name (DNS name) or the IP address of the server on which the database is located.
Port: The TCP/IP port number that the database uses.
User Name: User name for the connection to the database.
Password: Password for the connection to the database.
Database: Name, schema, or instance of the relational database.
Additional JDBC parameters Optional: Database-specific parameters which are added to the generated JDBC URL.

Updated June 5, 2023