# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Error returned if data is found during a "Put" call.
Error returned if data is not found during a "Get" or "Update" call.
# Structs
Mem implements an IO Provider backed by the key/value database bolt..
Mem implements an in-memory version of an IO Provider.
Proxy is an IO Provider that wraps other IO Providers By default, it forwards calls directly to the implementation, but allows you to customize the behavior as you see fit by changing the individual functions as you see fit.
# Interfaces
Provider is the interface an IO Provider must implement to handle data from D1.
# Type aliases
Types of data supported by an IO Provider.