adowdy / go-kvs

easy cli program that stores or prints key value pairs in a db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-kvs

easy cli program that stores or prints key value pairs in a db

usage

To insert a pair: go-kvs <key> <value>

To give a key and get a stored value: go-kvs <key>

build and run

clone this repo, insert into your go workspace, and install boltdb. then you can build/run! https://github.com/boltdb/bolt

About

easy cli program that stores or prints key value pairs in a db


Languages

Language:Go 100.0%