Module kv

Module kv 

Source
Expand description

Traits for interacting with a key/value store.

Structs§

Batch
A batch of changes which may be written to an underlying store with Batchable::write_batch. Writes and deletes to a batch are not applied to the store until the batch is written but will be reflected in reads from the batch.

Traits§

Batchable
A k/v store that supports making batched changes.
Deletable
A mutable key-value store that supports deleting values.
Gettable
A readable key-value store.
Updatable
A mutable key-value store.