3 个版本
0.1.2 | 2023年10月7日 |
---|---|
0.1.1 | 2023年6月10日 |
0.1.0 | 2023年5月11日 |
#1102 在 异步
270KB
3K SLoC
baildon-store
A CLI which implements a Key/Value store using baildon
.
特性
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
安装
cargo install --bin baildon-store
许可证
Apache 2.0 许可。有关详细信息,请参阅 LICENSE。
依赖项
~14–25MB
~343K SLoC