(ctx context.Context, sql string, args ...any)
| 49 | Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error) |
| 50 | Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error) |
| 51 | QueryRow(ctx context.Context, sql string, args ...any) pgx.Row |
| 52 | } |
| 53 | |
| 54 | type Config struct { |
no outgoing calls