miniDB icon indicating copy to clipboard operation
miniDB copied to clipboard

A mini kv database demo that using simplified bitcask storage model with rust implementation. And you can find a tutorial from https://blog.csdn.net/qq_36456827/article/details/125304612.

miniDB

A mini kv database demo that using simplified bitcask storage model with rust implementation.

kvs 0.1.0

USAGE:
    kvs <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    get     get <KEY>
    rm      rm <KEY>
    set     set <KEY> <VALUE>