Home »
MCQs »
Koa.js MCQs
Suppose you want to use MongoDB in koa.js then which of the following library you will use
39. Suppose you want to use MongoDB in koa.js then which of the following library you will use.
- MongoDB
- Mongoose
- Mongose
- MDB
Answer: B) Mongoose
Explanation:
The mongoose library is used if we want to use MongoDB in koa.js.