emoss08 / Trenova

An Open Source AI-driven asset based transportation management system
http://trenova.app
Other
24 stars 5 forks source link

🟡(change): bulk creates #256

Closed emoss08 closed 3 months ago

emoss08 commented 3 months ago

Utilize CreateBulk instead of looping and creating individual entities. Unfortunately, ent does not have a UpdateBulk api, they do have UpsertMany ,but it has limitations so we'll continue to loop to update individual entities.