Overview ▹
Overview ▾
Package leveldb provides an implementation of sorted.KeyValue on top of a single mutable database file on disk using github.com/syndtr/goleveldb.
Index
Package files
func NewStorage
func NewStorage(file string) (sorted.KeyValue, error)
NewStorage is a convenience that calls newKeyValueFromJSONConfig with file as the leveldb storage directory.