prisma-orm-v7-skills

Guide Prisma ORM upgrades to version 7 with breaking changes and migration steps.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill prisma-orm-v7-skills-hcmute-rtic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-orm-v7-skills
Source: https://github.com/HCMUTE-RTIC/fit-hcmute/tree/main/.agent/skills/prisma-orm-v7-skills
Command: npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill prisma-orm-v7-skills-hcmute-rtic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides essential information and guidance for upgrading projects to Prisma ORM version 7, addressing breaking changes and migration steps.

Core Features & Use Cases

  • Breaking Changes: Details on minimum version requirements, ESM migration, and schema generation updates.
  • Migration Guidance: Step-by-step instructions for package upgrades and configuration changes.
  • Use Case: A developer needs to upgrade their NestJS application from Prisma ORM v6 to v7. They can consult this Skill for a comprehensive overview of all necessary code and configuration modifications.

Quick Start

Follow the upgrade guide to migrate your project to Prisma ORM version 7.

Frequently Asked Questions about prisma-orm-v7-skills

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

FAQPage Schema
How do I upgrade my backend application to Prisma ORM v7?

To upgrade to Prisma ORM v7, follow the step-by-step migration guide covering package upgrades, ESM adoption, and configuration file updates to ensure a smooth transition.

What breaking changes are introduced in Prisma ORM v7?

Prisma ORM v7 breaking changes include minimum version requirements, ESM migration, schema generation adjustments, and driver adapter integration that require code modifications.

Does Prisma ORM v7 require ESM migration for TypeScript backend projects?

Yes, Prisma ORM v7 requires ESM migration. Developers must update their TypeScript backend configuration and adjust schema generation to align with the new ESM standards.

Can I use Prisma ORM v7 with my existing NestJS application?

Yes, you can upgrade your NestJS application to Prisma ORM v7. This Skill provides a comprehensive overview of all necessary code and configuration modifications required for the migration.

What are the minimum version requirements for upgrading to Prisma ORM v7?

Upgrading to Prisma ORM v7 involves specific minimum version requirements for your dependencies. You must verify your environment meets these prerequisites before starting the migration process.