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 in-memory and disk based tables, LOBs, transaction isolation, encryption and ACID.
Very good and stable java RDBMS especially for the embedded use (version 1.8). The new version 1.9 with MVCC is a further big step forward.
A full-featured SQL engine with a very small disk footprint. A very permissive license makes HSQL a good choice for embedding into other Java applications as a storage system.
A little buggy but very promising.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?