Close closes the database connection
()
| 68 | InTransaction(ctx context.Context, fn func(ctx context.Context, tx pgx.Tx) error) error |
| 69 | // Close closes the database connection |
| 70 | Close() error |
| 71 | } |
| 72 | |
| 73 | // InTransactionT is a generic helper that wraps InTransaction for functions returning a value |
no outgoing calls