Glossary
Row-level security (RLS)
Database-enforced rules on which rows a user can read or write.
RLS moves authorization into Postgres itself, so multi-tenant isolation holds even if application code has a bug.
Glossary
Database-enforced rules on which rows a user can read or write.
RLS moves authorization into Postgres itself, so multi-tenant isolation holds even if application code has a bug.