June 2014
Intermediate to advanced
696 pages
38h 52m
English
Mongoose is an ODM library that wraps around the MongoDB Node.js driver. It provides a schema-based solution to model data stored in the MongoDB database.
The chief benefits of using Mongoose are:
You can create a schema structure for you documents.
Objects/documents in the model can be validated.
Application data can by typecasted into the object model.
Business logic hooks can be applied using middleware.
Mongoose is ...
Read now
Unlock full access