Chisato · · 5 min read What Is Row-Level Security (RLS)? Database Access Control
Row-level security lets a database restrict which rows a query can see or modify, per user, enforced at the engine — not the application layer.
#Database
#Security
#PostgreSQL