Crate borderless_kv_store
Source - backend
- prelude
- Prelude module to automatically include all necessary traits
- CursorOp
- Error
- Db
- Trait representing the key-value database.
- KvDatabase
- Marker trait representing a key-value database.
- KvHandle
- Trait representing a handle to a database.
- RawRead
- Trait for reading raw data from the database within a transaction.
- RawWrite
- Trait for writing raw data to the database within a transaction.
- RoCursor
- Trait representing a read-only cursor over the database within a transaction.
- RoTx
- Trait representing a read-only transaction.
- RwCursor
- Trait representing a read-write cursor over the database within a transaction.
- RwTx
- Trait representing a read-write transaction.
- ToCursorOp
- Tx
- Trait representing a generic transaction.