SQLite 3.3.17
|
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 safty and support for binary large objects (blob). No setup or administration required - it is simply plug n' play if you want to embed SQLite into your product. It also offers high performance and databases up to 2TB in size - despite it's small memory footprint. SQLite is accessible through C, PHP, TCP, Ruby, Perl and Python. SQLite has a long history of being a stable and reliable product. |
|
See detailed product rating and read or post comments |
Open source software similar to SQLite |
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 |
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 |
|
SQLite 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 |