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
We should perform work where multiple database writes are required inside of a transaction, such that if failure occurs, the changes are rolled back. This should also be more efficient, as we don't have to create a connection for every write.