Versions in this module Expand all Collapse all v0 v0.0.8 Oct 11, 2024 Changes in this version + type Config struct + DBConnectionString string + MaxDBConnections int32 + PingInterval time.Duration + PingTimeout time.Duration + type Postgres struct + func NewPostgres(ctx context.Context, logger *slog.Logger, conf Config) (*Postgres, error) + func (pg *Postgres) Close()