hello, just wanted to clarify what is the latest v...
# random
c
hello, just wanted to clarify what is the latest version of prisma? I started a project using the prisma docs using MongoDB and created a prisma schema with data models. However today I found docs for
prisma1
which to me has a better syntax, seems to make things easier with MongoDB ie. auto matching of @id to
_id
I think before I was using Prisma 2. However it seems like docs for Prisma 1 are still being updated and includes support for MongoDB etc Am I just being daft here, and should I be using prisma 2. the
datamodel.prisma
syntax seems much better IMO but this is on Prisma 1
💯 1
l
I am still on Prisma 1, and those are some reasons I'm slow to upgrade. But there are no updates to Prisma 1 for a long time as far as I have seen.
c
The MongoDB integration is Prisma 2 really does feel like it's gone backwards IMO when compared to Prisma 1.
v
@Chris Hinds Thank you for reaching out! Although the MongoDB integration with Prisma 2+ is still a work in progress, we'll be releasing it in GA very soon. Please also consider that we're currently keeping Prisma 1 only in maintenance mode and we've updated the docs only to announce when the official sunset date is: September 1st, 2022. At that point we'll be turning off Prisma 1 Cloud and archiving the github repo.