https://github.com/cwithmichael/actionkv
Port of the Rust in Action ActionKV db from Rust to Go
https://github.com/cwithmichael/actionkv
go golang key-value
Last synced: about 1 hour ago
JSON representation
Port of the Rust in Action ActionKV db from Rust to Go
- Host: GitHub
- URL: https://github.com/cwithmichael/actionkv
- Owner: cwithmichael
- License: mit
- Created: 2022-02-09T05:26:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T22:39:42.000Z (about 4 years ago)
- Last Synced: 2025-02-22T13:42:41.677Z (over 1 year ago)
- Topics: go, golang, key-value
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/cwithmichael/actionkv)
# actionkv
Port of the Rust in Action ActionKV db from Rust to Go.
You can find the original Rust code [here](https://github.com/rust-in-action/code/tree/1st-edition/ch7/ch7-actionkv2).
## How to use
Run `go build`. This should produce an executable named `actionkv`.
```
Usage:
actionkv get
actionkv delete
actionkv insert
actionkv update
```
Example:
