Implementing Postgres Row Level Security with Effect and Connection Pools
im trying to enforce postgres Row Level Security [RLS] enforcement (as described here and eg used in postgrest, postgraphile) before Effect I would implement this using two connection pools, one which runs queries as admin [which ignores my RLS policies] and another specifically for enforcing RLS.. [code in follow-up]