Flat KV store is the most basic abstraction - a store that associates a single binary key with a single binary value.
By using a specific key separator these stores can implement hierarchical key-value store.
Supported backends:
-
In-memory B-Tree
-
Downgrade of Hierarchical KV
-
Downgrade of Tuple store