0 votes
in NodeJS Essentials by
Which of the following is used to interact with MongoDB in Node.js?

A) mongoose

B) sequelize

C) knex

D) all of the above

1 Answer

0 votes
by

Answer: A

Explanation: mongoose is used to interact with MongoDB in Node.js.

...