SqlWorker 3.2.302

dotnet add package SqlWorker --version 3.2.302
NuGet\Install-Package SqlWorker -Version 3.2.302
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="3.2.302" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlWorker --version 3.2.302
#r "nuget: SqlWorker, 3.2.302"
#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=3.2.302

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

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • 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,337 1/21/2021
3.1.281 1,279 1/18/2021
3.1.269 715 10/29/2020
3.1.255 2,226 7/4/2020
3.1.252 1,315 7/4/2020
3.1.236 669 5/2/2020
2.2.234 501 5/2/2020
2.2.181 1,065 1/5/2018
2.2.174 1,557 9/2/2017
2.2.170 930 8/27/2017
2.1.155 911 8/11/2017
2.1.154 965 8/10/2017
2.1.147 1,242 3/23/2017
2.1.146 911 3/23/2017
2.1.144 933 3/22/2017
2.1.143 940 3/22/2017
2.0.134 978 2/2/2017
2.0.126 1,414 2/1/2017
2.0.124 991 12/7/2016
2.0.123 987 12/7/2016
2.0.118 1,194 10/11/2016

IBulkCopy interface