# Functions
No description provided by the author
WithInterceptor will call interceptor before each DB call.
WithLogging adds logging around all calls.
Wrap wraps a real sqlx.DB connection into one that can be composed.
# Interfaces
Interface is a common wrapper over sqlx so we can compose functionality.