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 supported53 Subscribers
View all SubscribersAdd a CodeTriage badge to mongoose
Help out
- Issues
- fix(model): validate useConnection() argument using version checking
- fix(cast): replace assert.ok with descriptive Error in castNumber
- fix: validate connection instance in Model.useConnection() (#16098)
- `MergeType` is not distributive over union types — typed `.populate()` breaks discriminator unions
- fix(document): handle nested paths in optimisticConcurrency include/exclude
- `Model.useConnection()` lacks validation for Connection instance, causing silent state corruption
- perf(projection): split by space instead of regex in parseProjection
- Make parseProjection only split by spaces
- Support for schema-driven deep population of all referenced paths without requiring explicit path specification
- toObject() with flattenObjectIds set to true does not expect to return an object with _id : string
- Docs
- JavaScript not yet supported