LMDB Alternatives
LMDB is described as 'An ultra-fast, ultra-compact, crash-proof key-value embedded data store' and is an app. There are more than 10 alternatives to LMDB for a variety of platforms, including Linux, Mac, Windows, Android and Self-Hosted solutions. The best alternative is SQLite, which is both free and Open Source. Other great apps like LMDB are Firebird, LemonGraph, UnQLite and ObjectBox.
SQLite
Is this a good alternative?YesNo- Free • Open Source
- Relational Database
61 alternatives to SQLite- Mac
- Windows
- Linux
- Android
- iPhone
- Self-Hosted
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
SQLite Features
Firebird
Is this a good alternative?YesNo- Free • Open Source
- Relational Database
45 alternatives to Firebird- Mac
- Windows
- Linux
Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers.
LemonGraph
Is this a good alternative?YesNo- Free • Open Source
19 alternatives to LemonGraph- Mac
- Windows
- Linux
An embedded transactional graph engine for Python backed by a LMDB file. Works with Python 2.6, 2.7 and 3.x.
LemonGraph Features
UnQLite
Is this a good alternative?YesNo- Free • Open Source
35 alternatives to UnQLite- Mac
- Windows
- Linux
UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB etc.
UnQLite Features
ObjectBox
Is this a good alternative?YesNo- Free • Proprietary
4 alternatives to ObjectBox- Online
- Android
- Self-Hosted
ObjectBox DB is an easy & fast object-oriented mobile database for Android, Linux, soon iOS. It supports relations, JavaRx, Kotlin. It is 10X faster than SQLite. And POJOs are POJOs.
ObjectBox Features
Kyoto Cabinet
Is this a good alternative?YesNo- Free • Open Source
7 alternatives to Kyoto Cabinet- Mac
- Windows
- Linux
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length.
QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value.
Tokyo Cabinet
Is this a good alternative?YesNo- Free • Open Source
7 alternatives to Tokyo Cabinet- Mac
- Windows
- Linux
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length.
LevelDB
Is this a good alternative?YesNo- Free • Open Source
7 alternatives to LevelDB- Mac
- Windows
- Linux
- Android
LevelDB stores keys and values in arbitrary byte arrays, and data is sorted by key. It supports batching writes, forward and backward iteration, and compression of the data via Google's Snappy compression library.
Berkeley DB
Is this a good alternative?YesNo- Free • Open Source
8 alternatives to Berkeley DB- Mac
- Windows
- Linux
Berkeley DB (BDB) is a software library that provides a high-performance embedded database for key/value data., Berkeley DB is the most widely used database toolkit in the world, with hundreds of millions of deployed copies.