mongoose
https://github.com/learnboost/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 supported51 Subscribers
View all SubscribersAdd a CodeTriage badge to mongoose
Help out
- Issues
- Model.updateOne() and arrayFilters fails to update embedded document array fields when overwriting embedded discriminator key
- Update README.md
- fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update
- Hydrate populated fields not mark them as populated in the document
- test: add extra if populated check to hydrate test #15048
- BREAKING CHANGE updating from `8.6.0` to `8.8.2`: `lean` query return full mongoose object type for populated doc instead of FlattenMaps
- connect Multiple Mongodb database with single interface
- loadBalanced=true drops connection after a delay and never reconnects
- feat: add forceRepopulate option for populate() to allow avoiding repopulating already populated docs
- Model.bulkWrite updateOne fails to update discriminator key with overwriteDiscriminatorKey set to true
- Docs
- JavaScript not yet supported