LevelDB
From Just Solve the File Format Problem
Revision as of 22:13, 24 August 2014 by Dan Tobias (Talk | contribs)
LevelDB is a lightweight database library using a simple key/value scheme for storing things. It uses a compressed format based on Snappy from Google.