diff options
author | Abhishek Gupta <abhigupta912@gmail.com> | 2016-02-27 14:22:34 +0530 |
---|---|---|
committer | Abhishek Gupta <abhigupta912@gmail.com> | 2016-02-27 14:22:38 +0530 |
commit | 620e49540e78943513b8fc588594277d4de45198 (patch) | |
tree | 3ef25fe7c2599559d060280096cc03624c0f8084 /README.md | |
parent | Merge pull request #520 from bobintornado/project-list (diff) | |
download | dedo-620e49540e78943513b8fc588594277d4de45198.tar.gz dedo-620e49540e78943513b8fc588594277d4de45198.tar.xz |
Add mbuckets to list of projects using Bolt
Diffstat (limited to 'README.md')
-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. |