Versions in this module Expand all Collapse all v0 v0.2.0 Jul 30, 2026 Changes in this version + type Option func(*pgxpool.Config) + func WithSearchPath(schemas ...string) Option v0.1.0 Jul 22, 2026 Changes in this version + func ApplySSLRootCert(dsn, certPath string) (string, error) + func Health(ctx context.Context, pool *pgxpool.Pool) error + func New(ctx context.Context, cfg config.DBConfig) (*pgxpool.Pool, error) + type TX interface + Exec func(ctx context.Context, sql string, args ...any) (pgconn.CommandTag, error) + Query func(ctx context.Context, sql string, args ...any) (pgx.Rows, error) + QueryRow func(ctx context.Context, sql string, args ...any) pgx.Row