Hi everyone! How do I do an atomic transaction to a database? Say I need to send, from the client side, two requests, one create and one update. And I want them to either fail or succeed together. How do I do it?
E.g. Firebase has it: https://firebase.google.com/docs/firestore/manage-data/transactions