From 2a67bd175e00d6d56bbe624d971c75b8af36e67d Mon Sep 17 00:00:00 2001 From: Francois Date: Tue, 29 Aug 2017 05:29:30 +0200 Subject: [PATCH] Add dgraph-io/badger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18806016..1a8c34d3 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Databases implemented in Go.* +* [badger](https://github.com/dgraph-io/badger) - Fast key-value store in Go * [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data. * [bolt](https://github.com/boltdb/bolt) - Low-level key/value database for Go. * [buntdb](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.