prisma-database-setup
78Configure Prisma for Your Database
Prisma setup varies by database provider and major version. This skill provides provider-specific schemas, connection guidance, adapters, client generation, and troubleshooting steps.
Upgrade Prisma ORM from v6 to v7
Prisma ORM 7 changes client generation, database connections, configuration, modules, and removed APIs. This skill provides an ordered migration guide with provider-specific examples and troubleshooting.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "prisma-upgrade-v7" from https://skillstore.io/skills/prisma-prisma-upgrade-v7.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-upgrade-v7/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "prisma-upgrade-v7". Why does my generated Prisma client import fail after upgrading?
Expected outcome:
The response checks the configured generator output, compares it with the application import path, verifies the module format, and recommends regenerating the client.
Using "prisma-upgrade-v7". What must change for a PostgreSQL service using Prisma 6?
Expected outcome:
The response outlines package updates, PostgreSQL adapter setup, secure connection configuration, the new config file, client construction, and focused migration tests.
Using "prisma-upgrade-v7". Can I apply this guide to MongoDB?
Expected outcome:
The response stops the standard migration path and explains that Prisma ORM 7 lacks a MongoDB connector. It recommends staying on version 6.
All 268 static findings are false positives caused by documentation examples, Markdown syntax, fixed paths, environment placeholders, and official links. Three semantic findings remain: disabled TLS verification, unredacted query-argument logging, and an unguarded forced database reset. The skill shows no prompt injection, credential exfiltration, or hidden executable payload.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/prisma-prisma-upgrade-v7/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/prisma-prisma-upgrade-v7?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/prisma-prisma-upgrade-v7?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-upgrade-v7/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/prisma-prisma-upgrade-v7.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>prisma. (2026). prisma-upgrade-v7 security audit report (audit version 5) [Author version 7.6.0]. Skillstore. https://skillstore.io/skills/prisma-prisma-upgrade-v7/audits/5@techreport{prisma-prisma-prisma-upgrade-v7-2026,
author = {prisma},
title = {prisma-upgrade-v7 security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/prisma-prisma-upgrade-v7/audits/5},
note = {Author version 7.6.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-upgrade-v7 security audit report (audit version 5)"
version: "7.6.0"
type: report
authors:
- name: "prisma"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/prisma-prisma-upgrade-v7/audits/5"
identifiers:
- type: other
value: "skillstore:prisma-prisma-upgrade-v7:audit:5"
description: "Skillstore immutable audit report identifier"
Follow an ordered checklist for generator, adapter, configuration, import, and client changes.
Compare adapter, environment, module, and deployment requirements across several services.
Identify breaking changes, operational risks, and verification tasks before scheduling an upgrade.
Review my Prisma 6 project structure and list the required Prisma 7 changes in order. Explain each change before suggesting edits.
Help me replace prisma-client-js with prisma-client. Choose an output path that matches my project structure and update the related imports.
Migrate my database connection to the correct Prisma 7 driver adapter. Preserve secure TLS and pool settings for my deployment environment.
Audit this Prisma 7 migration for module compatibility, removed APIs, environment loading, generated entrypoints, connection security, and destructive commands. Propose focused tests.
Author
prismaLicense
MIT
Author version
v7.6.0
Skillstore revision
r1
Repository
https://github.com/prisma/skills/tree/1a9f427e9fe2137298abbcc1a6f372db92e8c40d/prisma-upgrade-v7Ref
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Maintenance freshness
7/25/2026
Usage
0 downloads ยท 0 views
File structure
๐ references/
๐ accelerate-users.md
๐ driver-adapters.md
๐ env-variables.md
๐ esm-support.md
๐ prisma-config.md
๐ removed-features.md
๐ schema-changes.md
๐ SKILL.md
Configure Prisma for Your Database
Prisma setup varies by database provider and major version. This skill provides provider-specific schemas, connection guidance, adapters, client generation, and troubleshooting steps.
Plan Your Prisma MongoDB Upgrade
Prisma ORM v7 does not support MongoDB, so standard upgrade advice fails. This skill evaluates Prisma Next and provides a staged migration path.
Configure Prisma Next Runtime Clients
Prisma Next runtime setup can fail through incorrect imports, middleware order, or connection lifecycle choices. This skill provides target-specific, typed configuration guidance.
Write Prisma Next Queries Across Database Targets
Prisma Next query APIs differ across Postgres, SQLite, and Mongo, which makes correct lane selection difficult. This skill provides target-specific patterns for typed reads, writes, relations, aggregates, pagination, and transactions.
Draft Prisma Next Feedback for the Right Channel
Prisma Next feedback can be difficult to classify and prepare for public submission. This skill routes feedback and drafts complete, redacted reports.
Configure Prisma Next Build Integration
Manual contract emission interrupts development and can leave production artifacts outdated. This skill configures supported Vite automation and explicit build steps for other tools.
Build Reliable Playwright Tests
by C0ntr0lledCha0s
Playwright test suites can become flaky, slow, and difficult to maintain. This skill provides practical patterns for locators, fixtures, page objects, debugging, mocking, and configuration.
Build Starknet Apps with starknet.js
by internet-court
Starknet integrations require precise provider, account, transaction, and fee handling across several APIs. This skill provides focused starknet.js v9.x patterns for reliable TypeScript applications.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.
Build Type-Safe React Components
by softaworks
React TypeScript work often needs precise event, hook, and route types. This skill provides focused patterns for typed components, React 19 APIs, and routing.
Improve Vue Options API Code
by vuejs-ai
Vue Options API projects often lose type safety and correct this binding. This skill gives focused rules for safer Vue 3 components.
Build Frontend Apps Faster
by davila7
Frontend work often needs consistent React patterns, performance checks, and project scaffolding. This skill gives Claude and compatible agents practical guidance and local helper scripts for modern web application development.