Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.7 |
Author(s): | Daniel Crenna |
Last Update: | Wednesday, June 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielcrenna/webstack/tree/master/bulky |
NuGet Url: | https://www.nuget.org/packages/bulky |
Install
Install-Package bulky
dotnet add package bulky
paket add bulky
bulky Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Allows you to bulk insert arbitrary types to an underlying database using a fast insert mechanism specific for that database. Currently supports SQL Server, MySQL, and SQLite.
Works on the IDbConnection with extension methods, like Dapper.