baildon-store

Crates.iobaildon-store
lib.rsbaildon-store
version0.1.2
sourcesrc
created_at2023-05-11 12:37:18.594952
updated_at2023-10-07 10:19:27.400658
descriptionB+Tree CLI
homepagehttps://github.com/garypen/baildon
repositoryhttps://github.com/garypen/baildon
max_upload_size
id862049
size48,125
Gary Pennington (garypen)

documentation

https://github.com/garypen/baildon#readme

README

baildon-store

A CLI which implements a Key/Value store using baildon.

Features

A simple K/V store CLI which supports the usual CRUD operations for String Key and Value.

baildon-store --help
B+Tree CLI

Usage: baildon-store [OPTIONS] <STORE> [COMMAND]

Commands:
  contains  Does our store contain this key
  clear     Clear store entries
  count     Display B+Tree entry count
  delete    Delete this key
  entries   List store entries
  get       Get this key
  help      Interactive Help
  insert    Insert key value pair
  keys      List store keys
  nodes     List store nodes
  values    List store values
  verify    Verify store

Arguments:
  <STORE>  Store location

Options:
  -c, --create   Create a new store (will overwrite existing file)
  -h, --help     Print help
  -V, --version  Print version

Crates.io

Installation

cargo install --bin baildon-store

License

Apache 2.0 licensed. See LICENSE for details.

Commit count: 15

cargo fmt