# Functions
CreateDB constructs a `DB`.
NewProvider constructs a Provider.
NewUpdateBatch constructs an instance of a Batch.
# Structs
Conf configuration for `DB`.
DB - a wrapper on an actual store.
DBHandle is an handle to a named db.
Iterator extends actual leveldb iterator.
Provider enables to use a single leveldb as multiple logical leveldbs.
UpdateBatch encloses the details of multiple `updates`.