Module store

Source
Expand description

The KeyValueDatabase and KeyValueStore traits and related definitions. This provides the trait definitions for the stores.

Modules§

inactive_store
A module containing a dummy store used for caching views.

Traits§

DirectKeyValueStore
A key-value store that can perform both read and direct write operations.
DirectWritableKeyValueStore
Asynchronous direct write key-value operations with simplified batch.
KeyValueDatabase
The definition of a key-value database.
KeyValueStore
A key-value store that can perform both read and write operations.
KeyValueStoreError
The error type for the key-value stores.
ReadableKeyValueStore
Asynchronous read key-value operations.
TestKeyValueDatabase
The functions needed for testing purposes
WithError
Define an associated KeyValueStoreError.
WritableKeyValueStore
Asynchronous write key-value operations.