zenstackhq / zenstack

Fullstack TypeScript toolkit that enhances Prisma ORM with flexible Authorization layer for RBAC/ABAC/PBAC/ReBAC, offering auto-generated type-safe APIs and frontend hooks.
https://zenstack.dev
MIT License
2.07k stars 88 forks source link

[Feature Request] Integration with Prisma Extensions #1200

Closed sakgoyal closed 6 months ago

sakgoyal commented 6 months ago

Is your feature request related to a problem? Please describe. I am using several prisma extensions that modify the default prisma client and change the query section to add custom computed fields. how can I integrate this with zenstack?

ymc9 commented 6 months ago

Hi @sakgoyal , could you check if this fresh new doc helps 😄?

https://zenstack.dev/docs/guides/client-extensions

sakgoyal commented 6 months ago

Oh perfect. Thank you. I didn't see this before