Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2026 Changes in this version + func NewManifesto() module.Manifesto + func NewModule() *module.Module + func NewPgxPool(logger *slog.Logger, config ModuleConfig) (*pgxpool.Pool, error) + type ConnectionConfig struct + Database string + Host string + Password string + Port int + SslMode string + User string + func (c ConnectionConfig) Dsn() string + type ModuleConfig struct + ConnectionConfig *ConnectionConfig + DSN string + func (c ModuleConfig) Dsn() string