mongoose-autopopulate-extend

2.1.0 • Public • Published

Mongoose Autopopulate Global Option

Installation

Install using npm

npm i mongoose-autopopulate-extend mongoose-autopopulate --save

yarn add mongoose-autopopulate-extend mongoose-autopopulate

Plugin Options

const mongoose = require("mongoose");
var mongoose_autopopulate_extend = require("mongoose-autopopulate-extend");
 
mongoose.plugin(mongoose_autopopulate_extend, globalOptions);
  • Local Option will override global options for a field

Example:

mongoose.plugin(mongoose_autopopulate_extend, {
  match: { status: "ENABLED", deleted: false },
  maxDepth: 1
});

Package Sidebar

Install

npm i mongoose-autopopulate-extend

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

33.4 kB

Total Files

8

Last publish

Collaborators

  • akash-gupta