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§
- Direct
KeyValue Store - A key-value store that can perform both read and direct write operations.
- Direct
Writable KeyValue Store - Asynchronous direct write key-value operations with simplified batch.
- KeyValue
Database - The definition of a key-value database.
- KeyValue
Store - A key-value store that can perform both read and write operations.
- KeyValue
Store Error - The error type for the key-value stores.
- Readable
KeyValue Store - Asynchronous read key-value operations.
- Test
KeyValue Database - The functions needed for testing purposes
- With
Error - Define an associated
KeyValueStoreError
. - Writable
KeyValue Store - Asynchronous write key-value operations.