Hacker News new | ask | show | jobs
by nazka 649 days 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.

1 comments

Transactions are done using database functions https://docs.postgrest.org/en/v12/references/api/functions.h....
Ah ok awesome thank you!