notiz-dev / nestjs-prisma

Easy Prisma support for your NestJS application
https://nestjs-prisma.dev
MIT License
570 stars 49 forks source link

How can we use it with ZenStack #91

Closed HasanHaghniya closed 6 months ago

HasanHaghniya commented 6 months ago

https://github.com/zenstackhq/zenstack

marcjulian commented 6 months ago

Hi @SecretKeeper I don't use ZenStack. Do you still use a regular PrismaClient with ZenStack? If the PrismaClient is imported from @prisma/client follow Basic usage. If the PrismaClient is exported to a custom location or the client uses Extension follow Custom Location and Prisma Client Extensions.

You can always add ZenStack to the docs, when you figure out how to use it with nestjs-prisma.