Closed marktani closed 5 years ago
@do4gr , I'm interested in testing it out... any docs I can follow?
The documentation how to set up Prisma to use Mongo and how to use the new features can be found here: https://github.com/prisma/Mongo-Connector-Preview
Also interested in testing out the MongoDB connector.
To those trying out this new connector, it would be great to leave links if your work is open source.
Hoping to try this myself soon.
@do4gr I'd like to test the MongoDB connector and hope to use it in production on a project I'm currently building.
The current documentation how to use it can be found here: https://github.com/prisma/Mongo-Connector-Preview
We'll release full documentation in the next days.
I was waiting a long time for this, and I must say prisma is doing a great job, I was wondering if there is support for multi-document ACID transactions that were introduced in mongodb v4. I can see that the current documentation is using mongodb v3.6 not v4+. Thanks!
Hey @vibhanshu909,
we haven't done extensive testing on the compatibility with Mongo 4.0. The core is structured in a way that we should be able to introduce transactionality with 4.0 fairly easily. The challenge is in properly testing this for correctness and performance afterwards. This is why we are still holding off on this. But I would expect us to enable this at some point.
Wow amazing, wish have support mongo 4.0 soon 👍
You can track the progress on multi-document ACID transactions in #3785
Nothing about GeoJson? this future is mandatory for many MongoDB projects.
This feature requests serves as a central place to discuss development and progress for the MongoDB connector. Please contribute in the comments below. I will update the top comment as consensus forms.