1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

feat: add mongoose content (#1787)

This commit is contained in:
Aroyan
2022-09-21 19:30:51 +08:00
committed by GitHub
parent 33f15fdf4f
commit a714512bd7

View File

@@ -1 +1,6 @@
# 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>