Mongoose (MongoDB)

Mongoose is a JavaScript object-oriented programming library that creates a connection between MongoDB and the Node.js JavaScript runtime environment. It provides a straightforward, schema-based solution to model application data. Mongoose includes built-in type casting, validation, query building, business logic hooks, and more, out of the box.

Mongoose as an intermediate library between MongoDB and Express
Mongoose as an intermediate library between MongoDB and Express

References


Uses material from the Wikipedia article Mongoose (MongoDB), released under the CC BY-SA 4.0 license.