Manage Tables
RLS
Inspect row-level security policies on a table. This view is read-only.
Open a table and choose the RLS tab to see whether row-level security is on and which policies apply.
This view is read-only. Fakebase does not enable, disable, or edit policies here. Change RLS with SQL or migrations.
What you can see
- Whether RLS is enabled or disabled on the table
- Each policy name, command, and whether it is permissive or restrictive
- The USING and WITH CHECK expressions on a policy
Click a policy to open the details and copy them if you need the expressions elsewhere.