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
- Extension Mongoose playground for VSCode or online playground
- `clone()` not cloning objects with custom class names
- Option to not merge the base schema onto the input schema for `Model.discriminator`
- Export types to be able to extend from the Mongoose class
- Rollback the implementation of .exists() method to be syntactically consistent (+ add similar method with correct naming)
- There is a way to get populate Query instances?
- Document Init Performance Bottleneck
- Add option to queue operations until `autoCreate` and `autoIndex` finish
- Slow creation of documents with 100+ fields
- Pass through query type overrides in query chaining, so you don't have to include the computed type in the last function in the chain
- Docs
- JavaScript not yet supported