Do the default database adapters support transactions?
I'm experimenting with Better-Auth, but I noticed that the sign up flow inserts in multiple tables but it's not nested into a transaction. Checking the code for the default DB adapters, looks like non of them use transactions. Am I missing something? That looks like a huge deal
2 Replies