RLS (Row Level Security)
Row Level Security
Database security mechanism that restricts data access row by row based on the user.
RLS is a PostgreSQL feature used by CassKai to ensure data isolation between companies. Each table has RLS policies that automatically filter by company_id.