From f1c350916b5124c7a252198c7c6d4dcc811a80e7 Mon Sep 17 00:00:00 2001 From: dashaus Date: Mon, 24 Nov 2014 19:20:34 +0000 Subject: [PATCH] add forestdb to database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f4447a..5704287a 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. +* [forestdb](github.com/couchbaselabs/goforestdb) - Go bindings for ForestDB. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://code.google.com/p/leveldb/) key/value database in the Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.