LevelDB is a database created in 2011 by Sanjay Ghemawat and Jeff Dean.
#825on PLDB | 14Years Old |
git clone 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.