|
|
|
|
|
by DidYaWipe
416 days ago
|
|
I didn't see any purpose to the PostgREST part as a back end to an application, because I'm not going to hard-code queries in my application. My server is going to provide an API that isolates the application from the DB structure. So no... PostgREST wasn't a factor for me at all. |
|
The same can be achieved with "schema isolation". See https://docs.postgrest.org/en/v12/explanations/schema_isolat....