# Packages
Package clmymigrate implements the postgres migration logic.
# Functions
New inits a standard sql.DB with optional OTEL tracing and metrics.
NewReadOnlyConfig constructs a config for a read-only database connecion.
NewReadWriteConfig constructs a config for a read-write database connecion.
Provide configures the DI for providng database connectivity.
TestProvide configures the DI for a test environment.
# Interfaces
Migrater implements a migtration strategy that can be run before the database connection (pool) is setup.