bulky 1.0.7

dotnet add package bulky --version 1.0.7
                    
NuGet\Install-Package bulky -Version 1.0.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bulky" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bulky" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="bulky" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add bulky --version 1.0.7
                    
#r "nuget: bulky, 1.0.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=bulky&version=1.0.7
                    
Install bulky as a Cake Addin
#tool nuget:?package=bulky&version=1.0.7
                    
Install bulky as a Cake Tool

An idiomatic bulk insert interface for databases. 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.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 2,332 6/8/2016
1.0.6 1,915 6/5/2013
1.0.5 1,467 2/14/2013
1.0.4 1,346 2/13/2013
1.0.3 1,493 1/23/2013
1.0.2 1,437 1/23/2013
1.0.1 1,767 11/22/2012
1.0.0 1,742 11/22/2012

- Maintenance only: packages upgraded