1 unstable release
0.1.0 | Apr 9, 2023 |
---|
#2977 in Database interfaces
10KB
172 lines
JskDict
In memory key value database based on bitcast. Based on ActionKv rust in action.
Usage
- Installation
cargo install JskDict
- Compilation
cargo build --release
- working with
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.
Dependencies
~0.5–1.1MB
~24K SLoC