package
0.0.0-20240829192202-379a0d7e6449
Repository: https://github.com/encryptedl/encryptdb.git
Documentation: pkg.go.dev

# Functions

IsNonExistenKey returns true of the error is a [NonExistentKeyError].
NewKey creates a new Key from a byte slice.
NewKeyValue creates a new KeyValue from a key and value.
No description provided by the author
NewValue creates a new Value from a byte slice.
RegularizeKVError returns a regularized error for a key-value store.

# Structs

Key represents a key in a key/value store.
KeyValue represents a key and a value from a key/value store.
NonExistentKeyError is an error type for when a key does not exist or has no value.
Value represents a value in a key/value store.