/kvs-lite

CLI .txt-based key-value store.

Primary LanguageRustMIT LicenseMIT

KVS Lite.

CLI .txt-based key-value store.

Installation:

Windows:
Copy kvs folder to C:/Program Files/ or other direction.
Add C:/Program Files/kvs/ to the PATH

Or

Compile from src with cargo build --release

Usage:

To get a value -> kvs key
To set a pair -> kvs key value