Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > HSQLDB
HSQLDB is a SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version), fast database engine which offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples. HSQLDB is currently being used as a database and persistence engine in many Open Source Software projects, such as OpenOffice.org and the Standalone Roller Demo, and even in commercial projects and products. In it's current version it is extremely stable and reliable. It is best known for its small size, ability to execute completely in memory and its speed. It can also run on Free Runtimes such as Kaffe.HSQLDB is based on Thomas Mueller's discontinued Hypersonic SQL Project.
HSQLDB is available under a BSD license.
HSQLDB.Org
Read more »