# Functions
IsErrNotFound returns true if the error is an ErrNotFound error.
New deduplicating wrapper for the given boltdb.
NotFound returns a new error for a key that was not found.
Open a bolt.DB and wrap it in a write-deduplicating msgpack-encoding implementation.
# Structs
DB wraps an underlying bolt.DB to create write deduplicating buckets and msgpack encoded values.
ErrNotFound is returned when a key is not found.