Hsqldb is a simple open source relational database written in Java. It is often used in Java
program development and test that uses a relational database.
It may be downloaded from here.
Shutdown
Shutting down using tools listed below are in their respective usage page. This page will create a script file to shutdown the database server.
If the database server is not shut down properly, the database file will become corrupt.
HsqldbManager There are 2 HsqldbManager. One is a simple Java awt application while the other one is a Swing application. I found the awt application to be more stable.