Skip to content

panta/puredb

Repository files navigation

PureDB

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.

Getting Started

Installing

To start using PureDB, install Go 1.8 or above and run go get:

$ go get github.com/panta/puredb

Usage

TODO: coming soon

Contact

About

Embedded pure Go database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages