#

prisma

Prisma ORM database toolkit

WebNestJS Prisma 7: Fix Module Not Found Error After Upgrade

Resolve NestJS Prisma 7 upgrade error: ERR_MODULE_NOT_FOUND for app.module after successful build. Configure tsconfig.json to CommonJS, handle Prisma client generation, and fix module resolution for runtime compatibility.

1 answer 1 view
WebNext.js Excel Upload to NestJS: Parse & Import Guide

Implement Excel (.xlsx) bank statement upload from Next.js to NestJS. Parse rows to JSON with exceljs or xlsx, validate data, map columns to DB fields, and persist using Prisma or TypeORM. Best practices for large files.

1 answer 1 view
WebFix Unknown File Extension .ts Error in Apollo GraphQL Server with Prisma

Learn how to resolve the 'Unknown file extension .ts' error when running Apollo GraphQL Server with Prisma in a Turborepo monorepo. Complete guide with ts-node solutions.

1 answer 1 view