SqlWorker 2.0.123

There is a newer version of this package available.
See the version list below for details.
dotnet add package SqlWorker --version 2.0.123                
NuGet\Install-Package SqlWorker -Version 2.0.123                
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="SqlWorker" Version="2.0.123" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlWorker --version 2.0.123                
#r "nuget: SqlWorker, 2.0.123"                
#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.
// Install SqlWorker as a Cake Addin
#addin nuget:?package=SqlWorker&version=2.0.123

// Install SqlWorker as a Cake Tool
#tool nuget:?package=SqlWorker&version=2.0.123                

Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SqlWorker:

Package Downloads
SqlWorker.Async

Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.

SqlWorker.PostgreSql

Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.

SqlWorker.MySql

Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.

SqlWorker.MsSql

Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.

SqlWorker.Oledb

Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.302 2,939 1/21/2021
3.1.281 1,290 1/18/2021
3.1.269 729 10/29/2020
3.1.255 2,237 7/4/2020
3.1.252 1,322 7/4/2020
3.1.236 674 5/2/2020
2.2.234 510 5/2/2020
2.2.181 1,079 1/5/2018
2.2.174 1,565 9/2/2017
2.2.170 937 8/27/2017
2.1.155 918 8/11/2017
2.1.154 976 8/10/2017
2.1.147 1,251 3/23/2017
2.1.146 917 3/23/2017
2.1.144 939 3/22/2017
2.1.143 953 3/22/2017
2.0.134 986 2/2/2017
2.0.126 1,427 2/1/2017
2.0.124 998 12/7/2016
2.0.123 993 12/7/2016
2.0.118 1,210 10/11/2016

sql server: bulk insert from ienumerable