Sleepycat Berkeley DB 4.4
|
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 store in simple key/value pairs and thus do not use or require SQL. Eventhough Berkeley DB is for embedding it still has many features you normally find in SQL databases such as: hot and cold backup, transactions, multi-threaded support, locking and AES encryption of stored data. |
|
|
Open source Berkeley DB alternatives
|
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 3.3.17 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 2.0.1 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 |