How to make database transaction atomic?

Hi.
The nature of individual query is dependent on the DB to ensure atomicity. But if you are talking about atomicity on server action level, where all insert/update/delete steps are atomic, Wappler does not support that at the moment. There have been some recent discussions around adding support for TRANSACTIONS in Server Actions, which should solve this problem.

4 Likes