repository
0.0.0-20190528034629-c1dc28d8958e
Repository: https://github.com/jmalloc/protavo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Protavo
Protavo is a simple embedded document store for Go where document content is represented as protocol buffers messages.
It includes support for multiple drivers. The reference implementation is built on top of BoltDB.
go get -u github.com/jmalloc/protavo/src/protavo
This project is EXPERIMENTAL. Expect frequent breaking changes to the API.