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 Community
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, 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…...

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

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....

DEV Community
dev.to > mikh-shytsko > prisma-postgres-seed-prisma-db-seed-psql-and-the-direct-url-2ab5

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…...