go(key - value - mapper) is a productive data access layer (DAL) for Go for working with Key-Value databases, such as:
The project is inspired by upper/db.
See examples folder for code samples.
Run example folder:
make example ARG=(test name)
make cleanRun the test suite:
make testClean up binary from the last build:
make clean