A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system.
Go to file
Derek McQuay bf6a38197f Initial commit 2017-03-14 20:02:31 -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

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.