Overview ▹
Overview ▾
Package kvfile provides an implementation of sorted.KeyValue on top of a single mutable database file on disk using modernc.org/kv.
Index
Package files
func NewStorage
func NewStorage(file string) (sorted.KeyValue, error)
NewStorage is a convenience that calls newKeyValueFromJSONConfig with file as the kv storage file.