0.0.3 • Published 1 year ago

@davidkhala/mongodb v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Mongo

Drivers

  • mongoose is an Object modeling tool for MongoDB.
  • mongoose is built on top of the mongodb driver to provide programmers with a way to model their data like define the schema
  • if your collection schema is unpredictable, or you want a Mongo-shell like experience inside Node.js, then go ahead and use the mongodb driver