package
0.12.18
Repository: https://github.com/astrix-network/astrixd.git
Documentation: pkg.go.dev

# 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.