SqlFun 2.4.1

dotnet add package SqlFun --version 2.4.1
NuGet\Install-Package SqlFun -Version 2.4.1
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="SqlFun" Version="2.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlFun --version 2.4.1
#r "nuget: SqlFun, 2.4.1"
#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 SqlFun as a Cake Addin
#addin nuget:?package=SqlFun&version=2.4.1

// Install SqlFun as a Cake Tool
#tool nuget:?package=SqlFun&version=2.4.1

Added DbAction.bind and AsyncDb.bind.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on SqlFun:

Package Downloads
SqlFun.NpgSql

Provides PostgreSQL specific extensions to SqlFun.

SqlFun.Oracle

Provides adaptations to use SqlFun with ODP.NET.

SqlFun.MsDataSql

Allows to use TVP parameters in SqlFun when Microsoft.Data.SqlClient is used.

SqlFun.MsSql

Allows to use TVP parameters in SqlFun when System.Data.SqlClient is used.

SqlFun.MySqlConnector

Extension to use with MySqlConnector data provider.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.1 402 11/28/2023
2.4.0 355 9/5/2023
2.3.0 138 8/27/2023
2.2.1 624 2/27/2023
2.2.0 504 10/30/2022
2.1.0 650 4/20/2022
2.0.6 544 1/29/2022
2.0.5 410 12/14/2021
2.0.2 981 11/21/2021
2.0.0 598 11/21/2021
1.2.0 343 8/31/2021
1.1.0 468 6/28/2020
1.0.1 742 2/17/2020
1.0.0 866 2/15/2020
0.8.1-alpha 515 1/27/2020
0.8.0-alpha 467 1/27/2020
0.7.0-alpha 430 11/25/2019
0.6.0-alpha 317 11/18/2019
0.5.0-alpha 421 11/3/2019
0.4.0-alpha 409 10/12/2019
0.3.1-alpha 426 3/24/2019
0.3.0-alpha 494 3/23/2019
0.2.0-alpha 472 3/17/2019
0.1.0-alpha 478 3/12/2019
0.0.3-alpha 494 2/18/2019
0.0.2-alpha 481 2/3/2019

Added DbAction.bind and AsyncDb.bind.