Module bonsaidb_core::keyvalue 
source · Expand description
Types for utilizing a lightweight atomic Key-Value store.
Modules
- Types for executing get operations.
 - Types for executing increment/decrement operations.
 - Types for handling key namespaces.
 - Types for executing set operations.
 
Structs
- A conversion between numeric types wasn’t supported.
 - An operation performed on a key.
 - Set a key/value pair.
 - A timestamp relative to
UNIX_EPOCH. 
Enums
- Commands for a key-value store.
 - Checks for existing keys.
 - The status of an operation on a Key.
 - A numerical value.
 - The result of a
KeyOperation. - A value stored in a key.
 
Traits
- Key-Value store methods. The Key-Value store is designed to be a high-performance, lightweight storage mechanism.
 - Key-Value store methods. The Key-Value store is designed to be a high-performance, lightweight storage mechanism.