Mongoose Auto-Increment
Mongoose plugin for auto-increment number ID and given field name.
Install
npm install --save simple-mongoose-autoincrement
or
yarn add simple-mongoose-autoincrement
Usage
// Using with global.var mongoose = ;var autoincrement = ; mongoose;
// Using with a model and option.var mongoose = ;var autoincrement = ;var sampleSchema = mongoose;sampleSchema;
test.js
If you need more informations seeLicense
MIT