package
1.1.3
Repository: https://github.com/infinitbyte/framework.git
Documentation: pkg.go.dev

# Functions

NewKVStore creates a new key-value store and initializes the current state from the last state file.

# Structs

No description provided by the author
KVStore represents a simple key-value store.
LastState represents the last state of the key-value store.
No description provided by the author
WAL represents a Write-Ahead Log for storing key-value changes.