A light-weight, single-purpose library for persistence with bindings to many platforms.LevelDB (C++)Level (JavaScript)Plyvel (Python)Features Sorted by keysBy default, LevelDB stores entries lexicographically sorted by keys. The sorting is one of the main distinguishing features of LevelDB amongst similar embedded data storage libraries and comes in very useful for querying as we’ll see later. Arb