Skip to content

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.

License

Notifications You must be signed in to change notification settings

Morgan279/miniDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages