# Functions
ProvideStagingDB is called by Wire to retrieve the name of the staging SQL DATABASE.
ProvideStagingPool is called by Wire to create a connection pool that accesses the staging cluster.
ProvideStatementCache is called by Wire to construct a prepared-statement cache.
ProvideTargetPool is called by Wire to create a connection pool that accesses the target cluster.
# Variables
Set is used by Wire.
These are default names for the staging database schema.
These are default names for the staging database schema.
# Structs
CommonConfig defines settings that are shared by [StagingConfig] and [TargetConfig].
StagingConfig defines staging-database connection behaviors.
TargetConfig defines target-database connection behaviors.