A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system.
Go to file
Derek McQuay 4eae02d0e2
commit of code
2017-03-14 20:03:29 -07:00
cmd/kvrepl commit of code 2017-03-14 20:03:29 -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 Initial commit 2017-03-14 20:02:31 -07:00
db.go commit of code 2017-03-14 20:03:29 -07:00
db_test.go commit of code 2017-03-14 20:03:29 -07:00
parse.go commit of code 2017-03-14 20:03:29 -07:00
parse_test.go commit of code 2017-03-14 20:03:29 -07:00

README.md

kvrepl

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.