In Node.js, to interact with SQL databases, an ORM like ______ can be used.

  • Sequelize
  • MongoDB
  • Express
  • Mongoose
In Node.js, Sequelize is a popular Object-Relational Mapping (ORM) library used to interact with SQL databases. It provides an abstraction layer for working with databases, making it easier to manage and query relational data. Options 2, 3, and 4 are not ORMs and are not used for SQL databases.
Add your answer
Loading...

Leave a comment

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