diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-02-28 13:31:34 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2016-02-28 13:31:34 -0700 |
commit | ae7352740a1e3c0425a01148c7d3977b343ff6a4 (patch) | |
tree | 3ef25fe7c2599559d060280096cc03624c0f8084 | |
parent | Merge pull request #520 from bobintornado/project-list (diff) | |
parent | Add mbuckets to list of projects using Bolt (diff) | |
download | dedo-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |