Skip to content
#

Mongoose

mongoose logo

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Mongoose includes built-in type casting, validation, query building, and business logic hooks.

Here are 13,836 public repositories matching this topic...

danielfsousa
danielfsousa commented Nov 25, 2020
JKHeadley
JKHeadley commented Jul 21, 2018

See: https://gist.github.com/ericelliott/f3c2a53a1d4100539f71

Advantages

See: https://medium.com/javascript-scene/you-might-not-need-typescript-or-static-types-aa7cb670a77b

  • autocomplete and type inference with most IDEs
  • doesn't require passing Log objects for every call (although it's encouraged)
  • other non-required parameters (such as query) can be omitted
  • much easier to a

Created by LearnBoost

Released 2010

Latest release over 6 years ago

Repository
Automattic/mongoose
Website
mongoosejs.com

Related Topics

mongodb nodejs odm orm