7 ms·
Thank you for sharing this! I have been diving into it. How do you manage transactions with PostgREST? Is there a way to do it inside it? Or does it need to be
by nazka 2y ago
Thank you for sharing this! I have been diving into it.
How do you manage transactions with PostgREST? Is there a way to do it inside it? Or does it need to be in a good old endpoint/microservice? I can’t find anything in their documentation about complex business logic beyond CRUD operations.
- steve-chavez 2y agoTransactions are done using database functions https://docs.postgrest.org/en/v12/references/api/functions.html https://docs.postgrest.org/en/v12/references/api/functions.h....
- nazka 2y agoAh ok awesome thank you!