aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-02-28 13:31:34 -0700
committerBen Johnson <benbjohnson@yahoo.com>2016-02-28 13:31:34 -0700
commitae7352740a1e3c0425a01148c7d3977b343ff6a4 (patch)
tree3ef25fe7c2599559d060280096cc03624c0f8084
parentMerge pull request #520 from bobintornado/project-list (diff)
parentAdd mbuckets to list of projects using Bolt (diff)
downloaddedo-ae7352740a1e3c0425a01148c7d3977b343ff6a4.tar.gz
dedo-ae7352740a1e3c0425a01148c7d3977b343ff6a4.tar.xz
Merge pull request #524 from abhigupta912/mbuckets
Add mbuckets to list of projects using Bolt
-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.