Using Prisma ORM with MongoDB in Next.js

Eshwaren M
ITNEXT
Published in
5 min readJan 8, 2022

--

Let’s create a simple CRUD application 👉

https://www.prisma.io/

🚨 Important Note 🚨

👉 The MongoDB connector for Prisma is still in preview.

👉 Also, before we begin this tutorial, please make sure that your MongoDB deployment is configured with replica sets.

One simple way for this is to use MongoDB Atlas to launch a free…

--

--