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
- `optimisticConcurrency` paths don't match map wildcards or subdocument array paths
- toObject({getters:true}) on projected documents: applyGetters iterates all schema paths and each unselected path triggers an O(projectionKeys) isSelected scan — O(paths x projection) per doc
- fix(document): validate child paths when `pathsToSave` includes their parent
- Support `middleware` skip option for cursors and custom hooks
- feat(document): add `$revert()` method to undo unsaved changes
- feat(model): proof-of-concept named parameters for findOne
- `validateFilter` function
- validateSync middleware cycle
- CI: fix/improve flaky tests
- feat(query): add lean virtuals option
- Docs
- JavaScript not yet supported