Posts tagged with nestjs
-
Avoiding Multiple Prisma Instances in NestJS
If you're seeing multiple Prisma clients being created in NestJS, it's likely a provider misconfiguration. Here's how to fix it with a shared module.
If you're seeing multiple Prisma clients being created in NestJS, it's likely a provider misconfiguration. Here's how to fix it with a shared module.