JskDict

In memory key value database based on bitcast. Based on ActionKv rust in action.

Usage

  1. Installation

bash cargo install JskDict

  1. Compilation

bash cargo build --release

  1. working with

bash jsk_dict_mem File operation key [value]

Operations

  1. get
  2. insert
  3. update
  4. delete

Warning

  1. delete command does not delete the value from database. Just update the index.

Future plan

  1. Perform actual delete in database.