diamond logo

Hsql Db


EditText | BrowseFacets | RecentChanges | FindPage |by John Sequeira Click here to send an email to the editor of this wiki. | Virtualization Wiki |

http://hsqldb.org/

"Hypersonic SQL was an open-source all-Java database engine, first released with source in 1998. It started as a simple memory-only engine but by the year 2000 and version 1.43 it had developed into a fully fledged SQL engine with an avid following."

WikiPedia*

"HSQLDB is a relational database management system written in Java. It is based on Thomas Mueller's discontinued Hypersonic SQL Project [1]. The software is available under a BSD license.

It has a JDBC driver and supports a rich subset of SQL-92, SQL-99 and SQL:2003 standards. 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 [2], and even in commercial projects and products.

In its 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.

Platform: Java
Subject: Embedded
Subject: Lightweight


EditText | BrowseFacets | RecentChanges | FindPage |by John Sequeira Click here to send an email to the editor of this wiki. | Virtualization Wiki |