HSQL Database Engine
|
HSQL Database Engine or just HSQLDB is an open source java database engine for embedding into your applications. As the name indicates HSQLDB supports SQL making it very flexible when it comes to both organizing your data and retrieving them. HSQLDB is also able to work with the database in memory giving it a even higher performance than it already has. HSQLDB is also the database used in OpenOffice. |
|
See detailed product rating and read or post comments |
Open source software similar to HSQL Database Engine |
Apache Derby Available for: windows mac linux unix java Apache Derby is an open source relational database - part of the Apache DB Project. Derby is written in java and is ideel for embeddable due to its small memory footprint. Derby supports SQL storing... Read more |
SQLite Available for: windows mac linux unix java SQLite is an open source embeddable database engine written in C. It provides all of the standard features you would normally find in any commercial SQL database product - such as SQL, transaction... Read more |
Firebird Available for: windows mac linux unix java Firebird is a relational database based on source code that Inprise (now Borland) release as open source. Many features from the ANSI SQL standard are included making Firebird easy to work with if... Read more |
|
HSQL Database Engine is an open source alternative to
|
Sleepycat Berkeley DB 4.4 Available for: windows mac linux unix java Berkeley DB is an embeddable database that allows you to add database functionality to your applications without having to manage a large Relational Database Management System (RDBMS). Also data is... Read more |