A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Derek McQuay a4d885e01d
updated go report card issues
6 years ago
cmd/kvrepl updated go report card issues 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md added docs and comments 6 years ago
db.go added docs and comments 6 years ago
db_test.go updated go report card issues 6 years ago
parse.go updated go report card issues 6 years ago
parse_test.go commit of code 6 years ago

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.