Versions in this module Expand all Collapse all v0 v0.1.0 May 7, 2026 Changes in this version + var Migrations embed.FS + type Config struct + DSN string + Logger *zap.Logger + MaxConns int32 + Meter metric.Meter + MinConns int32 + Schema string + Tracer trace.Tracer + type Manager struct + func NewManager(config Config) *Manager + func (m *Manager) Close(_ context.Context) + func (m *Manager) Exec(ctx context.Context, query string, args ...any) (pgconn.CommandTag, error) + func (m *Manager) Healthcheck(ctx context.Context) error + func (m *Manager) Migrate(ctx context.Context) error + func (m *Manager) Pool(ctx context.Context) (*pgxpool.Pool, error) + func (m *Manager) Query(ctx context.Context, query string, args ...any) (pgx.Rows, error) + func (m *Manager) QueryRow(ctx context.Context, query string, args ...any) (pgx.Row, error) + func (m *Manager) WithTx(ctx context.Context, fn func(tx pgx.Tx) error) (err error)