DEV Community

Md Tanber
Md Tanber

Posted on

#mongoose #blog

Mongoose is a Node. js-based Object Data Modelling (ODM) library for MongoDB. Currently, I am learning mongoose because I found some advantages in it. The Mongoose module is one of the most powerful external modules of NodeJS. Mongoose is used to translate the code and its representation from MongoDB to the Node.js server. Collection validation of the MongoDB database can be done easily. In mongoose, a predefined Structure can be
implemented on the collection. Constraints can be applied to documents of collections using Mongoose. Mongoose module built on the top of MongoDB driver and provides an easy abstraction of the query and defines a query. The Mongoose module provides several functions in order to manipulate the documents of the collection of the MongoDB database.
These are the reasons why Iā€™m learning Mongoose for databases. We can use Mongoose for our team project. Because MongoDB allows us to add our team members via invitation. Which we can find in our MongoDB profile and by accepting that each team member can use the database. There are different kinds of roles.

Top comments (1)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Just wanted to say welcome to everyone new and not-so-new to DEV. šŸ‘‹

Hope y'all enjoy it here!

If you're wondering how to get started with posting a post, then consider checking out this article here.

If you're wondering anything else, don't hesitate to reach out and ask. šŸ˜€