Mongoose
Mongoose is the preferred ODM for MongoDB. Although the node MongoDB driver is very advanced, we use mongoose for typed schema definitions, validations, and easy joining capabilities.
Project Homepage
Populate
Loading related documets (similar to MySql left join)