nexus-prisma already out of date?

I am trying to decide if we should use nexus-prisma in out project, but looking around for a community or support I get the feeling that it is already getting out of date without much attention. May anyone recommend using nexus-prisma or else suggest some alternative that may work better?
2 Replies
Prisma AI Help
Prisma AI Help•2w ago
You opted for speed from this bot. Let's conjure up an answer right now! Based on the knowledge sources provided, it appears that nexus-prisma is indeed becoming outdated and may not be the best choice for new projects. Here's a summary of the relevant information: 1. The nexus-plugin-prisma, which replaced the older nexus-prisma package, has been deprecated according to the Prisma documentation. 2. The Prisma documentation recommends using the new nexus-prisma library or alternative code-first GraphQL libraries like Pothos going forward. 3. There have been issues with compatibility between newer versions of Prisma and nexus-plugin-prisma, as evidenced by the GitHub issue discussion where users encountered problems with version mismatches. Given this information, I would not recommend using nexus-prisma for new projects. Instead, consider these alternatives: 1. The new nexus-prisma library, which is mentioned in the Prisma documentation as a recommended option. 2. Pothos, a code-first GraphQL schema builder that's suggested as an alternative in the Prisma documentation. 3. Other code-first GraphQL libraries that are actively maintained and compatible with the latest versions of Prisma. Before making a final decision, I recommend checking the latest documentation and GitHub repositories of these alternatives to ensure they are actively maintained and meet your project requirements. 🤔 Alright, thanks for letting us know that there's still some help needed. A team member will reply to you shortly. In the meantime, please let us know any additional info, questions, or which parts of the answer may need clarification.
Nurul
Nurul•2w ago
You may want to have a look at Pothos: https://pothos-graphql.dev/docs/plugins/prisma Nexus Prisma (which is community maintained) is not yet compatible with Prisma v6 https://github.com/graphql-nexus/nexus-prisma/issues/1149
Prisma plugin
Prisma plugin docs for Pothos
GitHub
Prisma v6 support · Issue #1149 · graphql-nexus/nexus-prisma
Hi team, I would be nice to have a support for a new release of the prisma v6. Currently the lib is showing warning: [email protected] does not officially support @prisma/[email protected]. The officia...

Did you find this page helpful?