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
- [Feature] support named parameters
- Specify connection config via an object and not string
- [Typscript] Wrong type for `new Model(doc)`
- Support modifying document while `save()` is in progress
- Support `prop: [schema1, schema2]` as a way of defining an array of length 2 with subdoc 0 having `schema = schema1` and subdoc 1 having `schema = schema2`
- Is it possible to have multi-key discriminators?
- Support getting options in hooks for `insertMany`
- Error/warn if `default` is the wrong type
- Protect against inserting documents with null `_id`
- populate from one path to a different path
- Docs
- JavaScript not yet supported