You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've decided this is totally unnecessary convenience function and can introduce more confusion. There is already support for transactions and if you ever have to run multiple queries concurrently, just use tokio or whatnot and spin off each query asynchronously. The goal of this project is to stay as idiomatic as possible and not introduce cruft with no significant upsides.
I take my word back. This may be useful e.g when you're using If else statement and you want multiple queries in a block or if youre doing schema definition and you just want to run all the queries without caring about the returned values
The text was updated successfully, but these errors were encountered: