79468806

Date: 2025-02-26 07:15:56
Score: 1
Natty:
Report link

Mongoose is technically not an ORM (Object-Relational Mapper), but rather an ODM (Object-Document Mapper). Here's the difference:

Mongoose is an ODM because it deals with MongoDB, which stores data in collections of documents rather than rows in tables. Mongoose provides a way to define schemas, interact with the database using JavaScript objects, and perform operations like queries, updates, and inserts in a more structured and abstracted way.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: somesh mewal