Lightweight key-value store library. More...
Lightweight key-value store library.
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 |