Lightweight key-value store library. More...
Classes | |
class | KeyValueStore |
class | KeyValueStoreBuffer |
struct | Options |
Enumerations | |
enum class | GargbageCollectOnWrite { kDisabled , kOneSector , kAsManySectorsNeeded } |
enum class | ErrorRecovery { kImmediate , kLazy , kManual } |
Variables | |
constexpr size_t | kMaxFlashAlignment = 256UL |
Lightweight key-value store library.