#key-value-database #key-value #action #memory #book

bin+lib JskDict

In memory Key value database (Based on rust in action book)

1 unstable release

0.1.0 Apr 9, 2023

#2708 in Database interfaces

MIT license

10KB
172 lines

JskDict

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

Usage

  1. Installation
    cargo install JskDict
  1. Compilation
    cargo build --release
  1. working with
    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.

Dependencies

~0.6–1.3MB
~28K SLoC