HyperSQL Database Engine (HSQLDB)
Description
HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2008. A small, fast, multithreaded engine and server with memory and disk tables, LOBs, transaction isolation, multiversion concurrency and ACID.
HyperSQL Database Engine (HSQLDB) Web SiteUser Ratings
User Reviews
-
Great embedded database. Not suited for handling larger result sets but it is still the ideal solution to ship with your app when large result sets are not a requirement.
-
Very nice standards-compliant database. I use it as a reference database a lot for developing jOOQ
-
HyperSQL is a great tool for unit testing (when paired with dbUnit) and a solid RDBMS on its own. The project maintainer is very responsive and helpful, and the source is fairly easy to understand.
-
I like very much of HSQLDB because of the interchangable of file-base mode and client-server mode. My open source software is also using this database.
-
Nice app. Easy to install.
-
This is a good basic small DB which I use in my own projects Thank you for your efforts over thye Years.