|
|
|
|
|
by DevX101
911 days ago
|
|
Sounds like the team picked the wrong tool for the job. If most of your endpoints contain complex backend logic, don't use PostgREST. It's made for CRUD apps, which applies to the majority of applications I come across. If your app has the occasional custom backend logic, you can spin up a separate server (or edge function) to handle those one-offs endpoints. |
|