github.com/jackc/pgx/v4.dbTx.Begin (method)

2 uses

	github.com/jackc/pgx/v4 (current package)
		tx.go#L175: func (tx *dbTx) Begin(ctx context.Context) (Tx, error) {
		tx.go#L195: 	savepoint, err = tx.Begin(ctx)