Documentation
¶
Index ¶
- type Postgres
- func (p *Postgres) Exec(ctx context.Context, query string, args ...any) (pgconn.CommandTag, error)
- func (p *Postgres) Query(ctx context.Context, query string, args ...any) (pgx.Rows, error)
- func (p *Postgres) QueryRow(ctx context.Context, query string, args ...any) pgx.Row
- func (p *Postgres) Tx(ctx context.Context, fn func(pgx.Tx) error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.