HSQLDB vs SQLDbm
A side-by-side look at HSQLDB and SQLDbm. For an in-depth review of either product, follow the links below.
HSQLDB
Development
HSQLDB is a relational database management system written in Java. It supports embedded and server modes, ACID transactions, standard SQL, JDBC API, and has a small footprint.
javajdbcsqlrdbmsembeddedserver
SQLDbm
Development
SQLDbm is an open-source relational database management system that uses SQL to manipulate data stored in disk files. It is lightweight, easy to use, and suitable for small to medium-sized databases.
sqlopensourcerelational-databasedata-management