-
Updated
Jun 6, 2020 - TypeScript
mongoosejs
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 544 public repositories matching this topic...
-
Updated
Mar 30, 2018 - JavaScript
-
Updated
Oct 16, 2019 - TypeScript
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
Apr 17, 2017 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
See the following SO post for context.
Essentially for downstream projects, like mine, that use mongoose.createConnection instead of mongoose.connect.. we use all db.model instead of mongoose.model. Currently this package assumes mongoose.model will work in all instances, howe
-
Updated
Feb 1, 2015 - JavaScript
Hi Zafar,
Thanks for this amazing code, I need documentation on how to add new entities/routes and fetch user specific data from db.
Can you please guide me on this?
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Jul 17, 2019 - JavaScript
-
Updated
Oct 5, 2018
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Sep 12, 2019 - JavaScript
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Dec 14, 2018 - CSS
-
Updated
Aug 28, 2018 - JavaScript
The line here should be changed https://github.com/euqen/mongoose-paranoid-plugin/blob/master/index.js#L19 to have prepend method !== 'count' && since count method does not support options argument per the docs at https://mongoosejs.com/docs/api.html#model_Model.count. I suggest to implement a workaround for count somehow.
Created by LearnBoost
Released 2010
Latest release about 5 years ago
- Repository
- Automattic/mongoose
- Website
- mongoosejs.com
hey there! I'm having issues with getting tests to pass with the models exercises.
Steps taken
click to see my steps
git clone urlnpm installnpm test exercises/models/__test__/on the connect.js fil