0 votes
in NodeJS Essentials by

Which of the following is used to interact with MySQL in Node.js?

A) mysql

B) sequelize

C) knex

D) all of the above

1 Answer

0 votes
by
Answer: D

Explanation: mysql, sequelize, and knex are all used to interact with MySQL in Node.js.
...