1 This component provides a database that can be used to store Protocol Buffers.
3 It is based on LevelDB[1]. In this implementation, keys are strings chosen by
4 the developer, and values are serialized Protocol Buffers.
6 [1] https://code.google.com/p/leveldb/