PureDB is a simple embedded database written in pure Go.
It is small, fast and can be cross-compiled.
It is powered by Badger, an exceptionally fast, embeddable, persistent, key-value (KV) database written in pure Go.
To start using PureDB, install Go 1.8 or above and run go get
:
$ go get github.com/panta/puredb
TODO: coming soon
- Please use Github issue tracker for filing bugs or feature requests.