Versions in this module Expand all Collapse all v1 v1.2.0 Mar 20, 2026 Changes in this version + func MaskURL(s string) string + func New(ctx context.Context, cfg *Config) (*pgxpool.Pool, error) + type Config struct + ConnectTimeout time.Duration + HealthCheckPeriod time.Duration + MaxConnIdleTime time.Duration + MaxConnLifetime time.Duration + MaxConns int + MinConns int + RetryTimeout time.Duration + URL string + func (c Config) GoString() string + func (c Config) String() string