OVERVIEW
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

LevelDB offcial site: https://github.com/google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
LevelDB offcial site: https://github.com/google/leveldb
LevelDB