Login
Remember
Register
Ask a Question
Which of the following is used to interact with MongoDB in Node.js?
0
votes
asked
May 27, 2024
in
NodeJS Essentials
by
Robin
Which of the following is used to interact with MongoDB in Node.js?
A) mongoose
B) sequelize
C) knex
D) all of the above
mongodb
node
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27, 2024
by
Robin
Answer: A
Explanation: mongoose is used to interact with MongoDB in Node.js.
...