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

2+ week, 3+ 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…...


dev.to > divinesta > prisma-studio-is-not-an-admin-panel-4d0m

Prisma Studio is not an admin panel

3+ week, 5+ day ago   (594+ words) If you build with Prisma, you already know Prisma Studio. Run one command and you get a clean, visual way to browse and edit rows in your database. It's genuinely useful, and I reach for it every day while developing....