Roadmap for MongoDB support in Prisma v7 #29338
QuestionIs there a roadmap planned for when MongoDB is supported with Prisma v7. A roadmap or a rough estimation when this will be supported would be awesome. How to reproduce (optional)No response Expected behavior (optional)No response Information about Prisma Schema, Client Queries and Environment (optional)No response |
Replies: 3 comments 1 reply
|
@fredericbahr Major version releases in the ecosystem often stagger database provider support, especially for connectors that require significant rewrite or have lower usage than SQL providers. Currently, if you rely on MongoDB, sticking to v6 is the recommended stable path until an official Release Candidate (RC) explicitly mentions MongoDB parity for v7. |
|
@aniruddhaadak80 thanks for the answer. I see that there is an (not very transparent) roadmap layed out for MongoDB here: #29296 |
|
Hi! I have a project that uses both MongoDB and PostgreSQL with separate Prisma schemas and generated clients. For now I'm using @prisma/client v6.4.1 for both databases:
The reason is that Prisma ORM v7 does not yet support MongoDB. My question is: Is this the recommended approach for a production e-commerce application that uses both MongoDB and PostgreSQL? Or would it be better to use:
within the same project until MongoDB support is added to v7? I'd appreciate any recommendations or best practices from the Prisma team. Thanks! |

@aniruddhaadak80 thanks for the answer. I see that there is an (not very transparent) roadmap layed out for MongoDB here: #29296