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