|
|
|
|
|
by steve-chavez
423 days ago
|
|
> If my DB structure changes, I have to force new app versions on every platform because I didn't insulate back-end changes with an API. To avoid the above problem, it's a standard practice in PostgREST to only expose a schema consisting of views and functions. That allows you to shield the applications from table changes and achieve "logical data independence". For more details, see https://docs.postgrest.org/en/v12/explanations/schema_isolat.... |
|