LevelDB

LevelDB
Developer(s)Jeffrey Dean, Sanjay Ghemawat, Google Inc.
Stable release
1.23  / 23 February 2021 (23 February 2021)
Repository
Written inC++
Size350 kB (binary size)
TypeDatabase library
LicenseNew BSD License
Websitegithub.com/google/leveldb 

LevelDB is an open-source on-disk key-value store written by Google fellows Jeffrey Dean and Sanjay Ghemawat. Inspired by Bigtable, LevelDB source code is hosted on GitHub under the New BSD License and has been ported to a variety of Unix-based systems, macOS, Windows, and Android.