mongodb-js / mongoose-autopopulate

Always populate() certain fields in your mongoose schemas
Apache License 2.0
221 stars 36 forks source link

feat: support `insertMany()` #80

Open vkarpov15 opened 3 years ago

vkarpov15 commented 3 years ago

Still has an issue where we can't modify options if user doesn't pass options, so we'll need to figure out how to fix that.

Re: #79