• Zip package at the download link above contains Java 11 module jars and Java 8 jars for HSQLDB and SQL Tool. Jars are also available at Maven repositories.
  • org.hsqldb » hsqldb-j5. Lightweight 100% Java SQL Database Engine. Last Release on Jun 13, 2011. Relocated → org.hsqldb » hsqldb.
  • Free. Windows, Mac OS, Linux. ••• HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2016.
  • Accessing your Database. Create additional Accounts. Shutdown. Running Hsqldb as a System Daemon. Portability of hsqldb init script.
  • Its a java based DB that runs in memory. Basically all you need is the hsqldb.jar file which can then be run like a standard java app on the command line.
  • HSQLDB (Hyper SQL Database) is a relational database management system written in Java. It has a JDBC driver and supports a large subset of SQL-92, SQL:2008, SQL:2011...
  • It provides a reliable solution for data manipulation, including import and export operations. Handling large datasets efficiently is a core strength of HSQLDB.
  • HSQLDB allows to drop an existing schema. After entering the schema name, DtSQL can generate and execute the SQL to drop the schema.
  • Otherwise (with abnormal shutdown) this file is used at the next startup to redo the changes. .properties contains the properties with which hsqldb is initialized.
  • From the Driver list, select the JDBC driver for your connection. For HSQLDB, the supported drivers are HSQLDB (Local) and HSQLDB (Remote).