1
0
Fork 0
A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system.
Datei suchen
Derek McQuay a4d885e01d
updated go report card issues
2017-03-14 20:30:06 -07:00
cmd/kvrepl updated go report card issues 2017-03-14 20:30:06 -07:00
.gitignore Initial commit 2017-03-14 20:02:31 -07:00
LICENSE Initial commit 2017-03-14 20:02:31 -07:00
README.md added docs and comments 2017-03-14 20:09:02 -07:00
db.go added docs and comments 2017-03-14 20:09:02 -07:00
db_test.go updated go report card issues 2017-03-14 20:30:06 -07:00
parse.go updated go report card issues 2017-03-14 20:30:06 -07:00
parse_test.go commit of code 2017-03-14 20:03:29 -07:00

README.md

kvrepl

GoDoc
Go Report Card

A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system. This system should also allow for nested transactions. A transaction can then be committed or aborted.