Row-Level Security (RLS)
Row-Level-Security (RLS)
Row-level security is a database-level security mechanism that determines which individual data rows a given user or tenant may see and edit. The separation is enforced directly by the database on every query, rather than relying solely on application logic.