Mongoose (MongoDB)

From Wikipedia, the free encyclopedia
Mongoose
Stable release
8.3.4
Repository
Written inJavaScript
TypeWeb server
LicenseMIT
Websitemongoosejs.com Edit this on Wikidata

Mongoose is a JavaScript object-oriented programming library that creates a connection between MongoDB and the Node.js JavaScript runtime environment.[1][2] 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[edit]

  1. ^ "Mongoose v6.0.13: Getting Started".
  2. ^ Holmes, Simon; Harber, Clive (April 2019). Getting MEAN with Mongo, Express, Angular, and Node, Second Edition. Manning Publications.