Would an atomic update be sufficient? ```sql UPDATE account SET amount = amount - ? WHERE id = ? ```

Would an atomic update be sufficient?
UPDATE account SET amount = amount - ? WHERE id = ?

Or using durable objects.
Was this page helpful?