Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mhessdev
approved these changes
Dec 16, 2025
This was referenced Dec 16, 2025
Closed
Closed
Closed
Closed
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deprecation:
@prisma/nuxtmoduleSummary
We are deprecating the
@prisma/nuxtmodule.With the release of Prisma 7, the module has become obsolete and no longer aligns with the direction Prisma ORM is heading. Prisma ORM is evolving rapidly, and maintaining a dedicated Nuxt module has become increasingly difficult and restrictive.
Thank you ❤️
Before anything else, we want to sincerely thank everyone who has:
Your contributions and real-world usage helped shape Prisma’s Nuxt story and gave us valuable insights into how developers use Prisma across frameworks. We truly appreciate the time and effort the community put into this module.
Why this is happening
Prisma 7 introduces the new Prisma Client runtime, which is significantly more flexible and works across a wide range of runtimes and frameworks, including Nuxt.
Because of this:
Prisma ORM can now be integrated directly into Nuxt without requiring a framework-specific module.
What to do instead
We’ve published an official guide that shows how to use Prisma ORM with Nuxt using the new Prisma Client runtime:
Guide: https://www.prisma.io/docs/guides/nuxt
Example: https://github.com/prisma/prisma-examples/tree/latest/orm/nuxt
We recommend following this guide for all new projects and for migrating existing applications.
Next steps
@prisma/nuxtmodule is now considered deprecatedIf you have questions or run into issues while migrating, please open an issue or talk with us on Discord and we’ll be happy to help.
— Prisma Dev Advocacy Team