snori
snori
Log in
DE EN

The AI glossary Databases & search

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.

Source: PostgreSQL — Row Security Policies documentation

← Back to the glossary