Nestjs + Prisma + Proxy = ♥️

NestJS has first-class support for TypeORM. And while there is some documentation how to use Prisma in NestJS, it basically stops at providing the PrismaClient as a service. I go one step further and want to show you how to inject single tables via repositories instead. Here is the result: ...

February 15, 2025 · 10 min · Simon Hayden