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.