Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2025 Changes in this version + var Module = fx.Module("sqlc", fx.Provide(NewConfig, NewDB)) + func NewDB(lc fx.Lifecycle, cfg *Config) (*sql.DB, error) + type Config struct + DSN string + func NewConfig(v *viper.Viper) *Config