• 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 .
  • 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.
  • It can run on Java runtimes from version 1.1 upwards, including free Java implementations such as Kaffe. HSQLDB is available under a BSD license.
  • org.hsqldb » hsqldb-j5. Lightweight 100% Java SQL Database Engine. Last Release on Jun 13, 2011. Relocated → org.hsqldb » hsqldb.
  • HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2016. A small, fast, multithreaded engine and…
  • By default hybris creates embedded database data file at ~/hybris5602/hybris/data/hsqldb/ , the data file name is mydb.
  • Accessing your Database. Create additional Accounts. Shutdown. Running Hsqldb as a System Daemon. Portability of hsqldb init script.
  • Displays HSQLDB table information such as column name, column type, column length, column nullability, and primary and foreign key information.
  • It provides a reliable solution for data manipulation, including import and export operations. Handling large datasets efficiently is a core strength of HSQLDB.
  • 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.