FSharp.Data.SqlClient
1.7.3
See the version list below for details.
dotnet add package FSharp.Data.SqlClient --version 1.7.3
NuGet\Install-Package FSharp.Data.SqlClient -Version 1.7.3
<PackageReference Include="FSharp.Data.SqlClient" Version="1.7.3" />
<PackageVersion Include="FSharp.Data.SqlClient" Version="1.7.3" />
<PackageReference Include="FSharp.Data.SqlClient" />
paket add FSharp.Data.SqlClient --version 1.7.3
#r "nuget: FSharp.Data.SqlClient, 1.7.3"
#:package FSharp.Data.SqlClient@1.7.3
#addin nuget:?package=FSharp.Data.SqlClient&version=1.7.3
#tool nuget:?package=FSharp.Data.SqlClient&version=1.7.3
SqlCommandProvider provides statically typed access to input parameters and result set of T-SQL command in idiomatic F# way.SqlProgrammabilityProvider exposes Stored Procedures, User-Defined Types and User-Defined Functions in F# code.
| Product | Versions 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. |
This package has no dependencies.
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 |
|---|---|---|
| 2.1.3 | 4,330 | 4/30/2025 |
| 2.1.2 | 41,570 | 5/8/2022 |
| 2.1.1 | 1,199 | 4/7/2022 |
| 2.1.0-beta1 | 982 | 12/18/2020 |
| 2.1.0-beta0 | 558 | 12/18/2020 |
| 2.0.7 | 22,580 | 11/18/2020 |
| 2.0.6 | 31,810 | 10/31/2019 |
| 2.0.5 | 14,435 | 6/11/2019 |
| 2.0.2 | 9,353 | 1/19/2019 |
| 2.0.1 | 4,154 | 11/18/2018 |
| 1.8.6 | 18,798 | 6/2/2018 |
| 1.8.5 | 2,248 | 5/20/2018 |
| 1.8.4 | 3,254 | 5/12/2018 |
| 1.8.3-beta6 | 1,471 | 5/11/2018 |
| 1.8.3-beta5 | 2,053 | 1/16/2017 |
| 1.8.3-beta4 | 1,343 | 12/29/2016 |
| 1.8.3-beta3 | 1,766 | 8/22/2016 |
| 1.8.3-beta2 | 1,443 | 8/21/2016 |
* Issue #137 - support single column select in SqlEnumProvider - natural keys case
* Issue #135 - create xml doc from MS_Description ext.prop for routines and params
* Issue #130 - help section dedicated to database updates