JskDict
In memory key value database based on bitcast.
Based on ActionKv rust in action.
Usage
- Installation
bash
cargo install JskDict
- Compilation
bash
cargo build --release
- working with
bash
jsk_dict_mem File operation key [value]
Operations
- get
- insert
- update
- delete
Warning
- delete command does not delete the value from database. Just update the index.
Future plan
- Perform actual delete in database.