paulharter an hour ago
This extension provides relationship-based access control (ReBAC) for PostgreSQL.
It's a rewrite of the DDLX permissions system I wrote while working at ElectricSQL, but just for internal use in Postgres rather than for a distributed sync system.
It lets you model the kind of permissions you need for complex multi-tenant applications directly inside the DB.
This extension is still just a beta and not production ready, it needs bunch more testing so don't use it with anything important yet.
esafak an hour ago