Transactions for database api

Hi, any plan to implement transactions for the database api? right the api is really useful to read but a real world CRUD scenario require database transactions.

I have doubts whether it would be possible to implement transactions with state less requests.

I imagine that a lot of precautions can be applied using “server side filters” and “pre_process events”, or with requests to the structure of “relateds” that also work in the POST, PATCH and PUT (it’s very cool), and still set true to ‘continue’ and ‘rollback’ params.

1 Like