
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

Transactions aren't supported yet. You might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/2788
Recommended threads
- Oauth2-Error 400Invalid `success` param:...
My code: > await new Account(client).createOAuth2Session(OAuthProvider.Google, 'https://www.mydomain.online/home', 'https://www.mydomain.online'); I ha...
- Issue with `listDocuments` when using qu...
Hello, Appwrite team! I'm having an issue with `listDocuments` when using query modifiers: **Environment:** - Self-hosted Appwrite (`Version 1.4.13`) installe...
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
