# EfBulk **Repository Path**: JoeChina/EfBulk ## Basic Information - **Project Name**: EfBulk - **Description**: EfCore(5.0) 批量操作 其他第三方库: 1、zzzprojects/EntityFramework-Extensions (收费,你懂我为什么不用它) 2、EntityFramework.Extended (免费,但只支持MsSql) 自己简单写的代码,在MySql 8.0.24上测试通过。 - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2021-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EfBulk Ef Core (5.0) bulk insert, update, delete I try to use a third-party class library: 1. zzzprojects/EntityFramework-Extensions (charges) 2. EntityFramework.Extended (free, only MsSql) Finally, I tried to solve the problem myself. How I implement it: "Merge into a single SQL".(It passed the test on mysql 8.0.24.) NuGet: https://www.nuget.org/packages/Phy.EfBulk/