-
Is there any example of how to integrate with MongoDB? I would like to know the best practice around it, any comments? This is what I did
Described the workflow at https://www.chandankumar.com/blog/remix-run-mongodb-tutorial Working example at https://github.com/ch4nd4n/practice/tree/master/remix/firebase-auth |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
ty to use Prisma ORM its can help you with MongoDB and make your work soo easy |
Beta Was this translation helpful? Give feedback.
-
Yes I am aware of that. Wanted to know without prisma.
…On Fri, 21 Jan 2022, 20:15 Youssef Adbib, ***@***.***> wrote:
ty to use Prisma ORM its can help you with MongoDB and make your work soo
easy
—
Reply to this email directly, view it on GitHub
<#1104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAATW2H4JDEQKBUIXTQNV7TUXFWPFANCNFSM5KIQHK4A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
There is nothing special about using MongoDB. |
Beta Was this translation helpful? Give feedback.
There is nothing special about using MongoDB.
You can create a global connection like in the NextJS example and then use that in your actions/loaders/...
Same for mongoose.