Quick-KV
A reliable key-value storage for modern software
Features
- Binary Based Data-Store
- Serde Supported Data Types
- Thread Safe
Links
Documentation | Crates.io | Github
Installation
Examples
use *;
CLI (Beta)
Quick-KV comes with a REPL for interacting with the database.
To install the CLI, run the following command:
This is different from the cargo add command because it installs the CLI globally allowing you to use it as a executable.