HSQLDB



(返回www.opendocs.net)

介绍

hsqldb is a relational database engine written in Java, with a JDBC driver, supporting a rich subset of ANSI-92 SQL (BNF tree format). It offers a small (less than 160k), 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 User Guide

链接

• http://hsqldb.sourceforge.net/
• http://sourceforge.net/projects/hsqldb/
• http://en.wikipedia.org/wiki/HSQLDB
• http://download.www.opendocs.net/hsqldb/