Show HN: Enforce Access Policies on Postgres

  • Interesting. It looks like a nice way to grant direct access to a database for small applications that need authorization (for e.g., internal tools) without abstracting it away, e.g., over a CRUD Rest API.