A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system.
cmd/kvrepl | ||
.gitignore | ||
db_test.go | ||
db.go | ||
LICENSE | ||
parse_test.go | ||
parse.go | ||
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.