mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 05:21:43 +02:00
feat: add mongoose content (#1787)
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user