repositorypackage
0.0.0-20220429223940-e53189c82455
Repository: https://github.com/cwithmichael/actionkv.git
Documentation: pkg.go.dev
# README
actionkv
Port of the Rust in Action ActionKV db from Rust to Go.
You can find the original Rust code here.
How to use
Run go build
. This should produce an executable named actionkv
.
Usage:
actionkv <file> get <key>
actionkv <file> delete <key>
actionkv <file> insert <key> <value>
actionkv <file> update <key> <value>
Example: