package
0.13.6
Repository: https://github.com/cryptix-network/cryptixd.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.