Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
hsqldb: Hsqldb Database Engine
- Summary
- HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), 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 or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects 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. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!
Changelog
- * Mon May 26 01:00:00 2008 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Jan 25 00:00:00 2008 Deepak Bhole <dbhole{%}redhat{*}com> 1:1.8.0.9-1jpp.2
-
- Fix minor problems in the files section
- * Fri Jan 25 00:00:00 2008 Deepak Bhole <dbhole{%}redhat{*}com> 1:1.8.0.9-1jpp.1
-
- Update to 1.8.0.9
- Port over fixes for bz #303591 and bz #409921