RCommon-Team / RCommon

A cohesive set of .NET 8+ infrastructure libraries that utilizes abstractions for persistence, unit of work/transactions, distributed event handling, CQRS, and more.
https://rcommon.com
Apache License 2.0
13 stars 3 forks source link

Add Bulk Update/Insert/Delete Method to Repositories #144

Open jasonmwebb-lv opened 1 week ago

jasonmwebb-lv commented 1 week ago

Dapper, Linq2Db, and EF all support various forms of bulk insert/update/delete and those methods should be implemented.