is a key-value storage library written at Google that provides an ordered mapping from string keys to string values. LevelDB is hosted on GitHub under the New BSD License.Only a single process (possibly multi-threaded) can access a particular database at a time.See Also edit
- LevelDB - Wikipedia

- Berkeley DB
- LMDB - A key-value store with transactions
- Metakit
- SQLite

