prisma / prisma1

💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
https://v1.prisma.io/docs/
Apache License 2.0
16.54k stars 862 forks source link

MongoDB Connector #1643

Closed marktani closed 5 years ago

marktani commented 6 years ago

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.

agolomoodysaada commented 6 years ago

@do4gr , I'm interested in testing it out... any docs I can follow?

do4gr commented 6 years ago

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

houmark commented 6 years ago

Also interested in testing out the MongoDB connector.

amilner42 commented 6 years ago

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.

nhuesmann commented 5 years ago

@do4gr I'd like to test the MongoDB connector and hope to use it in production on a project I'm currently building.

do4gr commented 5 years ago

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.

schickling commented 5 years ago

https://www.prisma.io/blog/mongodb-preview-ow4wahkekaep/ 🎉

vibhanshu909 commented 5 years ago

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!

do4gr commented 5 years ago

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.

001123 commented 5 years ago

Wow amazing, wish have support mongo 4.0 soon 👍

pantharshit00 commented 5 years ago

You can track the progress on multi-document ACID transactions in #3785

epileftro85 commented 5 years ago

Nothing about GeoJson? this future is mandatory for many MongoDB projects.