Hi All, whats the advantage of using mogoose/mongo...
# orm-help
h
Hi All, whats the advantage of using mogoose/mongodb over prisma/mongodb? is there a connections limit?
n
Hey Henry 👋 That’s a great question, we are working on a guide for migrating from Mongoose to Prisma which would list the benefits of using Prisma over Mongoose. To name a few: • You would get type safety and auto-completion, you can make sure that all documents in your collection adhere to a structure. • Prisma helps you in achieving Referential Actions ( Cascades ) which is not natively supported by Mongoose.