package
0.0.0-20200201092036-a048d374ae49
Repository: https://github.com/bedreamcoder/uwavm.git
Documentation: pkg.go.dev

# Functions

CreateDB constructs a `DB`.
NewFileLock returns a new file based lock manager.
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.
FileLock encapsulate the DB that holds the file lock.
Iterator extends actual leveldb iterator.
Provider enables to use a single leveldb as multiple logical leveldbs.
UpdateBatch encloses the details of multiple `updates`.