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