DEV Community

mahim-shariar
mahim-shariar

Posted on • Updated on

Mongoss

*MongooseJs *:
Basically Mongoose is a package.It is a mediator between the MongoDB server and NodeJS application. It is an Object Document Mapper(ODM) that allows us to define objects with strongly-typed-schema. These objects are mapped to a MongoDB document. Mongoose also supports all the CRUD operations – Creating, Retrieving, Updating, and Deleting.

Top comments (0)