Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 570 Bytes

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