This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Recommend using views for abstraction, but don't enforce it from the beginning #531
Labels
explanations
background and context about how the project works.
Currently on https://postgrest.org/en/latest/schema_structure.html#schema-isolation
We recommend wrapping all tables in views from the get-go, however that has a considerable maintenance impact(more db objects) specially at the beginning of a project. There's nothing wrong in doing:
At later stages of the project if some abstraction is needed.
Most real world cases have a combination of tables and views.
The text was updated successfully, but these errors were encountered: