A simple Key value storage system in Rust
- Clone the repo
git clone git@github.com:naimjeem/rustore.git
- run with
path
,key
andvalue
argumentscargo run -- --path YOUR_PATH KEY VALUE
(if path is not provided default path will be ./rustore.db
)
it will create file with the given name with .db
extension in your path and store the key and value in it