PostgREST / postgrest-docs

This repo is archived and will be merged into postgrest/postgrest soon.
http://postgrest.org
MIT License
365 stars 164 forks source link

Expand on Schema Isolation #748

Open steve-chavez opened 5 months ago

steve-chavez commented 5 months ago

Conceptually, this makes perfect sense, but what is the best way to go about implementing this in practice? Views are a new concept to me. ... Any further guidance or resources would be much appreciated, thank you!

A random collection of tips:

Originally posted on https://github.com/PostgREST/postgrest/discussions/3188#discussioncomment-8253909

laurenceisla commented 5 months ago

Maybe an already created database could be used as a starting point to explain the Schema Isolation (it kinda already is with the current graphic). Related to this discussion: https://github.com/PostgREST/postgrest/discussions/3201?converting=1

steve-chavez commented 5 months ago

Maybe pagila or other sample db could be used.