|
|
|
|
|
by mnd999
909 days ago
|
|
The only postgREST app I ever worked on was awful. Why? Because like most of these ‘simple’ frameworks it’s only simple until your requirements get complicated. Then the original authors had to resort to writing a ton of stored procedures on the database to get back the results they wanted and that led to scalability problems. The solution, as always, is go back to SQL. |
|
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.