From 1e64a093623aa36f520c01b1ea94946b2752a634 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 6 Jul 2014 19:43:56 -0300 Subject: [PATCH] added skydb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b845ba..efac6d0 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [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. +* [skydb.io](http://skydb.io/) - Sky is an open source database used for flexible, high performance analysis of behavioral data. ## Database Drivers