mongoose-useraudit-plugin
v0.2.0
Published
It adds createdBy and updatedBy properties to the schema.
Maintainers
Readme
Mongoose User Audit Plugin
It adds createdBy and updatedBy properties to the schema.
Installation
npm install mongoose-useraudit-pluginUsage
- Add to a Mongoose schema.
userSchema.plugin(require('mongoose-useraudit-plugin'));
## License
Mongoose User Audit Plugin is released under the MIT license.