scottwrobinson / camo

A class-based ES6 ODM for Mongo-like databases.
556 stars 80 forks source link

feature request: bulk create/save support #72

Open cdaringe opened 8 years ago

cdaringe commented 8 years ago

<eom>

scottwrobinson commented 8 years ago

Should be able to add this to the next minor release. It'll be added as .saveMany().

Thanks!

pinn3 commented 8 years ago

Any news on this?

thardy commented 8 years ago

Bulk create/update is an important feature to me as well.