JskDict

Crates.ioJskDict
lib.rsJskDict
version0.1.0
sourcesrc
created_at2023-04-09 16:51:58.624172
updated_at2023-04-09 16:51:58.624172
descriptionIn memory Key value database (Based on rust in action book).
homepage
repository
max_upload_size
id834424
size11,536
Janath jsk (janathsrikrishnan)

documentation

README

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.
Commit count: 0

cargo fmt