feat: add mongoose content (#1787)

pull/1829/head
Aroyan 2 years ago committed by GitHub
parent 33f15fdf4f
commit a714512bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/107-nodejs/content/110-nodejs-databases/101-document/100-mongoose.md

@ -1 +1,6 @@
# Mongoose
# Mongoose
Mongoose is an Object Data Modeling (ODM) library for MongoDB and Node.js. Mongoose provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic hooks and more, out of the box.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://mongoosejs.com'>Mongoose Website</BadgeLink>

Loading…
Cancel
Save