-
Notifications
You must be signed in to change notification settings - Fork 162
Conversation
For fixing #317, I've omitted talking about pg minimum version in the tutorial(after all we use docker latest version) and instead put a link to the installation page. Also, I'm kind of discouraging the use of the |
791ec43
to
3f89cdf
Compare
I've added a "schema structure" diagram: https://postgrest.org/en/preview/best_practices.html. Doing a "schema design" section is more of a tutorial, which takes longer. So I'm going to leave it as an explanation. |
It fits better into administration concerns
3f89cdf
to
a58f850
Compare
Ok. This is finished. Merging.. |
Left a warning for not misusing the switching schemas feature: http://postgrest.org/en/v7.0.0/configuration.html#db-schema. |
Only the latest feature regarding multiple schemas is missing: PostgREST/postgrest#1450
Ideally a "schema design" section should be added to the best practices page. That way we ensure multiple schemas are not misused. It should be made clear that the use cases are "api versioning with schemas" and "schema-based multitenancy".