Versions in this module Expand all Collapse all v0 v0.9.3 Oct 24, 2024 v0.9.2 Oct 9, 2024 v0.9.1 Jun 11, 2024 Changes in this version + var Module = fx.Module("database", fx.Provide(SetupDB), fx.Decorate(wrapLogger)) + func MigrateDB(logger *zap.Logger, dsn string) error + func SetupDB(p Params) (*sql.DB, error) + type Params struct + Config *config.Config + LC fx.Lifecycle + Logger *zap.Logger