prisma-upgrade-v7

Migrate Prisma projects from v6 to v7 with breaking change references.

5.2k|543|Updated Jan 27, 2015
One-click install
npx skills add https://github.com/lukevella/rallly --skill prisma-upgrade-v7-lukevella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-upgrade-v7
Source: https://github.com/lukevella/rallly/tree/main/.agents/skills/prisma-upgrade-v7
Command: npx skills add https://github.com/lukevella/rallly --skill prisma-upgrade-v7-lukevella

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prisma v7 introduces significant changes that require careful migration planning, including generator updates, ES module configuration, and driver adapters.

Core Features & Use Cases

  • Comprehensive migration guide from Prisma v6 to v7 covering breaking changes, configuration, and upgrade steps.
  • Includes step-by-step migration workflow, environment variable handling, and references for each change.
  • Provides code-ready references for prisma.config.ts, generated client changes, and driver adapter usage.

Quick Start

Follow the step-by-step migration outline to upgrade your project to Prisma v7.

Frequently Asked Questions about prisma-upgrade-v7

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Prisma from v6 to v7?

To migrate Prisma from v6 to v7, follow a step-by-step workflow that addresses breaking changes, updates generator blocks to the prisma-client, and configures prisma.config.ts.

What breaking changes are introduced in Prisma v7?

Prisma v7 introduces breaking changes including generator updates, ES module configuration requirements, and driver adapters. The migration guide provides references for each change to ensure a safe upgrade.

How do I configure prisma.config.ts for a v7 upgrade?

Configuring prisma.config.ts for a v7 upgrade involves setting up driver adapters and ES module configurations. The guide provides code-ready references for this file to ensure proper environment variable handling.

Do I need to update my generator block for Prisma v7?

Yes, upgrading to Prisma v7 requires updating your generator block to use the prisma-client generator. The migration guide details this required configuration update alongside other breaking changes.

How do I handle ES module settings when upgrading Prisma to v7?

Handling ES module settings during a Prisma v7 upgrade requires configuring your environment to support ESM. The guide covers ESM configuration adjustments needed for various environments alongside driver adapter setup.