Sequelize is a popular ORM for Node.js with MySQL database. TypeORM is another option that supports MySQL with Node.js.
Sequelize and TypeORM are widely used and have pros and cons, so the choice depends on the specific project requirements.
Sequelize is generally considered the best ORM for Node.js with a MySQL database due to its robust feature set, active community support, and ease of use.