From 5d3ae17117da3163300797543d04dd8f8a5ce51f Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Sat, 18 Apr 2015 20:54:53 +0800 Subject: [PATCH] Add levigo, Go wrapper for LevelDB. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11a9e58..81c4ecb 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics * [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. +* [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. *Database tools.*