Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Config struct + Address config.Secret + IsPgBouncer bool + MaxIdle int + MaxLifetime config.Duration + MaxOpen int + OutputAddress string + func (c *Config) CreateService() (*Service, error) + type Service struct + ConnectionDatabase string + DB *sql.DB + SanitizedAddress string + func (p *Service) Start() error + func (p *Service) Stop()