# Functions
IsErrNotFound returns true if the error is an ErrNotFound error.
Iterate iterates each key in Bucket b that starts with prefix.
New de-duplicating wrapper for the given bboltdb.
NotFound returns a new error for a key that was not found.
Open a bolt.DB and wrap it in a write-de-duplicating msgpack-encoding implementation.
# Structs
No description provided by the author
DB wraps an underlying bolt.DB to create write de-duplicating buckets and msgpack encoded values.
ErrNotFound is returned when a key is not found.
No description provided by the author