aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbhishek Gupta <abhigupta912@gmail.com>2016-02-27 14:22:34 +0530
committerAbhishek Gupta <abhigupta912@gmail.com>2016-02-27 14:22:38 +0530
commit620e49540e78943513b8fc588594277d4de45198 (patch)
tree3ef25fe7c2599559d060280096cc03624c0f8084 /README.md
parentMerge pull request #520 from bobintornado/project-list (diff)
downloaddedo-620e49540e78943513b8fc588594277d4de45198.tar.gz
dedo-620e49540e78943513b8fc588594277d4de45198.tar.xz
Add mbuckets to list of projects using Bolt
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index beca838..8a21c6e 100644
--- a/README.md
+++ b/README.md
@@ -835,6 +835,7 @@ Below is a list of public, open source projects that use Bolt:
backed by boltdb.
* [buckets](https://github.com/joyrexus/buckets) - a bolt wrapper streamlining
simple tx and key scans.
+* [mbuckets](https://github.com/abhigupta912/mbuckets) - A Bolt wrapper that allows easy operations on multi level (nested) buckets.
* [Request Baskets](https://github.com/darklynx/request-baskets) - A web service to collect arbitrary HTTP requests and inspect them via REST API or simple web UI, similar to [RequestBin](http://requestb.in/) service
* [Go Report Card](https://goreportcard.com/) - Go code quality report cards as a (free and open source) service.
* [Boltdb Boilerplate](https://github.com/bobintornado/boltdb-boilerplate) - Boilerplate wrapper around bolt aiming to make simple calls one-liners.