mongoose
https://github.com/automattic/mongoose
JavaScript
MongoDB object modeling designed to work in an asynchronous environment.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported7 Subscribers
Add a CodeTriage badge to mongoose
Help out
- Issues
- Improve handling for cycles in populate
- Error/warn if `default` is the wrong type
- Protect against inserting documents with null `_id`
- populate from one path to a different path
- Make `Query#populate()` and `Document#populate()` no-ops when populating a path with no `ref` or `refPath`, and no `model` option
- Cast Errors when document in db is an array when it should be an object, etc.
- should we make mongoose global options explicit in code
- Pass doc as parameter to pre and post hooks
- [Refactor] Move Model.prototype.method into Document.prototype.method
- Warning "Critical dependency: the request of a dependency is an expression" when used with Serverless & Webpack
- Docs
- JavaScript not yet supported