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 supported52 Subscribers
View all SubscribersAdd a CodeTriage badge to mongoose
Help out
- Issues
- Model compiled while readyState reports a stale heartbeat never initializes: Model.init() stays pending and autoIndex never runs (9.10.2)
- fix(collection): open collections created while heartbeat is stale
- fix(model): don't mutate the caller's update object in bulkWrite updateMany
- types: pass TLeanResultType into query for type narrowing support with lean()
- Types: Type narrowing is lost for projection when chained with lean()
- Remove sift in favor of Mongoose-maintained lib
- fix: preserve middleware through validation, hydration, and query options
- BREAKING CHANGE: remove automatic query merging in `find()` etc.
- fix: avoid double-calling validators on document arrays underneath nested paths re: #5411
- fix(schema): make hydrate() virtuals option work with parent-level dotted virtuals
- Docs
- JavaScript not yet supported