Install
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.
Related topics
Latest in ORMs & Migrations
Fixing a Prisma Client Resolution Issue in a pnpm Monorepo
2+ 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…...
Prisma Studio is not an admin panel
3+ week, 4+ 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....
Prisma Postgres Seed: prisma db seed, psql, and the Direct URL
4+ week, 1+ day ago (1419+ words) Prisma Postgres seed in one command — or rewrite your seed script every time the schema changes. Prisma's managed Postgres spins up an empty database in seconds; then you have to fill it. Here are three ways to do it without…...