package
0.0.0-20190528034629-c1dc28d8958e
Repository: https://github.com/jmalloc/protavo.git
Documentation: pkg.go.dev

# Functions

OpenExclusive returns a BoltDB-based database that is locked for exclusive use by this process.
OpenTemp returns a BoltDB-based database that uses a temporary file.

# Structs

ExclusiveDriver is an implementation of protavo.Driver backed by a BoltDB database that is held open for the life-time of the driver.