Which of the following is an example of an Object Document Mapper (ODM) for MongoDB in Node.js?

  • Mongoose
  • Sequelize
  • Knex
  • TypeORM
Mongoose is a popular Object Document Mapper (ODM) for MongoDB in Node.js. It provides a structured way to interact with MongoDB, allowing developers to define schemas and models for their data. The other options, Sequelize, Knex, and TypeORM, are primarily used with relational databases and are not ODMs for MongoDB.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *