1.0.1 • Published 5 years ago

mongoose-toolkit v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

mongoose-toolkit

Swiss toolkit for Mongoose

Set of Mongoose Plugins, Instance methods, Statics, Query Helpers, and Javascript helpers.

Feature List

  1. Output Serialization: Mongoose tool to serialize result data into JSON object preventing all virtuals etc.
  2. Output Normalization: Tool to normalize output such as _id to id
  3. Removing private paths/keys

We are trying to build all above functions available as Plugins, Query Helper, Instance methods, Statics.
Tools which we fail to place as describe mehtods will be available as normal Javascript helper functions.

Documentation

Coming Soon.

License

All code and documentation are (c) 2019 Siddharth Gujrathi and released under the MIT License. A copy of the MIT License is also included.