# Functions
No description provided by the author
# Constants
SQLConfDatasourceURL is the datasource connection URL string.
SQLConfMaxConnections maximum connections to the database.
SQLConfMaxConnIdleTime maximum connections to the database.
SQLConfMaxConnLifetime maximum connections to the database.
SQLConfMaxIdleConns maximum connections to the database.
SQLConfMigrationsAuto enables automatic migrations.
SQLConfMigrationsDirectory is the directory containing the numerically ordered migration DDL files to apply to the database.
# Interfaces
Provider defines the interface an individual provider muse implement to customize the SQLCommon implementation.