https://cerbos.dev logo
Title
d

Doug Gilmour

05/09/2023, 3:56 PM
Additionally, what’s involved in writing a different ORM integration or just some queries from the PlanResources api?
c

Charith (Cerbos)

05/09/2023, 4:15 PM
The output of the
PlanResources
API is documented at https://docs.cerbos.dev/cerbos/latest/api/index.html#resources-query-plan. There are example integrations for Prisma and SQLAlchemy at https://github.com/cerbos/query-plan-adapters that you can use for inspiration as well.