# Functions
NewLevelDB opens a leveldb instance defined by the given path.
Options is a function that returns a leveldb opt.Options struct for opening a database.
# Structs
LevelDB defines a thin wrapper around leveldb.
LevelDBCursor is a thin wrapper around native leveldb iterators.
LevelDBTransaction is a thin wrapper around native leveldb batches.