Mongoose.prototype.now() Mongoose.prototype.now() Mongoose uses this function to get the current time when setting timestamps . You may stub out this function using a tool lik...
Mongoose.prototype.deleteModel() Parameters Returns: Example: Mongoose.prototype.deleteModel() Parameters name «String|RegExp» if string, the name of the model to remove...
Mongoose.prototype.ObjectId Type: Example: Mongoose.prototype.ObjectId Type: «property» The Mongoose ObjectId SchemaType . Used for declaring paths in your schema that s...
Mongoose.prototype.DocumentProvider() Mongoose.prototype.DocumentProvider() The Mongoose DocumentProvider constructor. Mongoose users should not have to use this directly