InterviewSolution
Saved Bookmarks
| 1. |
What Is Mongoose? |
|
Answer» Mongoose is an Object DOCUMENT MAPPER (ODM). This MEANS that Mongoose allows you to define objects with a strongly-typed schema that is mapped to a MONGODB document. Mongoose is an Object Document Mapper (ODM). This means that Mongoose allows you to define objects with a strongly-typed schema that is mapped to a MongoDB document. |
|