summaryrefslogtreecommitdiffstats
path: root/components/leveldb_proto/README
blob: 6d255eb0f12b56abeafe3e084d815a886567af1d (plain)
1
2
3
4
5
6
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/