From 83ed27a598b18b8cc8bfa85dddb3a2377c453406 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 4 Aug 2014 09:23:34 +0800 Subject: [PATCH] Add LedisDB to project list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3afe7bf..bae1dbe 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ Below is a list of public, open source projects that use Bolt: * [ipxed](https://github.com/kelseyhightower/ipxed) - Web interface and api for ipxed. * [BoltStore](https://github.com/yosssi/boltstore) - Session store using Bolt. * [photosite/session](http://godoc.org/bitbucket.org/kardianos/photosite/session) - Sessions for a photo viewing site. +* [LedisDB](https://github.com/siddontang/ledisdb) - A high performance NoSQL, using Bolt as optional storage. If you are using Bolt in a project please send a pull request to add it to the list.