/mbuckets

Primary LanguageGoMIT LicenseMIT

mbuckets

GoDoc Build Status Coverage Status

A simple wrapper over BoltDB that allows easy operations on multi level (nested) buckets.

Overview

mbuckets is heavily inspired by Buckets.

mbuckets originated from a need to store data under heirarchial paths.

Installation

go get -u github.com/abhigupta912/mbuckets

Usage

See mbuckets_test.go for examples.