Categorygithub.com/cwithmichael/actionkv
repositorypackage
0.0.0-20220429223940-e53189c82455
Repository: https://github.com/cwithmichael/actionkv.git
Documentation: pkg.go.dev

# README

Go Report Card

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:

Screen Shot 2022-02-08 at 11 33 58 PM