DB Transactions
Is there a way to execute other queries within a transaction? E.g. if I want to run another query alongside the better auth create user query, and rollback if either fails, is there a way to do that? Even if I have to be a bit hacky?
0 Replies