Prisma ORM setup and migrations #3

Closed
opened 2026-01-28 19:02:36 +00:00 by jason.woltje · 0 comments
Owner

Configure Prisma ORM for the mosaic-api backend.

Requirements:

  • Prisma schema matching PostgreSQL design
  • Prisma Client generation
  • Migration workflow (prisma migrate dev/deploy)
  • Seed scripts for development data
  • Type generation for shared package

Files:

  • apps/api/prisma/schema.prisma
  • apps/api/prisma/seed.ts
  • apps/api/prisma/migrations/
Configure Prisma ORM for the mosaic-api backend. **Requirements:** - Prisma schema matching PostgreSQL design - Prisma Client generation - Migration workflow (prisma migrate dev/deploy) - Seed scripts for development data - Type generation for shared package **Files:** - apps/api/prisma/schema.prisma - apps/api/prisma/seed.ts - apps/api/prisma/migrations/
jason.woltje added this to the M1-Foundation (0.0.1) milestone 2026-01-28 19:02:36 +00:00
jason.woltje added the databasep0 labels 2026-01-28 19:02:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#3