# Functions
Execute is a wrapper around Retry that can be used for sql queries that don't have any return values.
Loop is a convenience wrapper to automatically retry idempotent database operations that experience a transaction or a connection failure.
Retry is a convenience wrapper to automatically retry idempotent database operations that experience a transaction or a connection failure.
# Interfaces
HasInfo contains the Info method.
# Type aliases
Marker is a settable flag.