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