You are viewing a single comment's thread from:

RE: ORM for MongoDB - Mongoose or Prisma

in STEMGeeks2 years ago

If you are working with a document-based database like MongoDB, Mongoose is probably the better choice. If you are working with a relational database, Prisma might be a better fit. Now it depends on you which to choose.