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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because itβs not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...