src/schemas directory. One of these files is dedicated for policies. Nothing crazy. Something like image 1.userProfiles for example is correctly being imported createDrizzle flow in his SupaSecureSlack example nearly exactly based on my app's needs. Here's whats done so far: .enableRls()rls_client was created and is being used for the client connectioncreateDrizzle to create a createDrizzleSupabaseClient() function exactly like the example.db.rls((tx)=> tx.select().from(userProfiles) as an example, I get zero rows back. Running db.admin.select().from(useProfiles) returns the right rows. So RLS is kinda working, but not really, because I definitely have the right policy. I can see it was created in Supabase. BUT, if I add a new policy directly inside of Supabase UI, exactly similar to the one already exists, then rls works. Can someone make it make sense? :nomore: 
