ORMs & Migrations

Type-safe models, schema diffs, seed data, and multi-tenant strategies.

  • 3 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in ORMs & Migrations


dev.to > hala1_1 > fixing-a-prisma-client-resolution-issue-in-a-pnpm-monorepo-23i9

Fixing a Prisma Client Resolution Issue in a pnpm Monorepo

3+ week, 2+ day ago   (734+ words) While working on the RAHB project, I encountered a Prisma issue in a pnpm monorepo where prisma generate could not resolve @prisma/client. The interesting part was that Prisma itself was installed, but the API workspace could not correctly resolve…...