package
0.0.0-20230810035006-5a615651090c
Repository: https://github.com/go-openapi/kvstore.git
Documentation: pkg.go.dev

# Functions

NewGoLevelDBStore creates a new store backed by goleveldb.
UnsafeBytesToString converts []byte to string without a memcopy.
UnsafeStringToBytes converts strings to []byte without memcopy.
VersionOf calculates the version of the value to store.

# Variables

Common errors.
Common errors.
Common errors.
Common errors.
Common errors.
Common errors.
Common errors.

# Structs

KeyValue represents an entry with key name.
Value returned from a persistence medium.

# Interfaces

Store for values by key.