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