walid-hajhussien / mongoose-ODM

Using Object Document Mapping (mongoose) to deal with MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongoose-ODM

implement mongodb operations using Object Document Mapping (mongoose)

Operations

  • findOne
  • findMany
  • insertOne
  • insertMany
  • updateOne
  • updateMany
  • deleteOne
  • deleteMany

Files Structure

  • Schema : create mongoDB schema
  • Model : create mongoDB Model
  • utils : create mongoDB Methods
  • mongoose : create mongoDB connection

About

Using Object Document Mapping (mongoose) to deal with MongoDB


Languages

Language:JavaScript 100.0%