(ctx context.Context, sql string, args ...any)
| 53 | Exec(ctx context.Context, sql string, args ...any) (pgconn.CommandTag, error) |
| 54 | Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error) |
| 55 | QueryRow(ctx context.Context, sql string, args ...any) pgx.Row |
| 56 | } |
| 57 | |
| 58 | // db returns the active transaction if one is on the context (set by |
no outgoing calls