Apache Derby
|
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 and querying data, and thus brings all well-known features you would normally find in large database systems. As an extra feature Derby is able to run in a client/server mode just as the large database engings. |
|
See detailed product rating and read or post comments |
Open source software similar to Apache Derby |
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 Available for: windows mac linux unix java 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... Read more |
|
Apache Derby 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 |