SqlFun 1.0.1
See the version list below for details.
dotnet add package SqlFun --version 1.0.1
NuGet\Install-Package SqlFun -Version 1.0.1
<PackageReference Include="SqlFun" Version="1.0.1" />
paket add SqlFun --version 1.0.1
#r "nuget: SqlFun, 1.0.1"
// Install SqlFun as a Cake Addin #addin nuget:?package=SqlFun&version=1.0.1 // Install SqlFun as a Cake Tool #tool nuget:?package=SqlFun&version=1.0.1
SqlFun is a tool for writing data access code in F# functional way.
It's fast, type safe and gives you all powers of SQL, no custom query language constraints you.
It's also lightweight, you need to know a general idea and few functions (and, of course SQL).
Product | Versions 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 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. |
-
.NETFramework 4.6.1
- FSharp.Core (>= 4.2.3)
-
.NETStandard 2.0
- FSharp.Core (>= 4.2.3)
- System.Data.SqlClient (>= 4.6.0)
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 | 1,000 | 11/28/2023 |
2.4.0 | 1,457 | 9/5/2023 |
2.3.0 | 188 | 8/27/2023 |
2.2.1 | 663 | 2/27/2023 |
2.2.0 | 530 | 10/30/2022 |
2.1.0 | 673 | 4/20/2022 |
2.0.6 | 568 | 1/29/2022 |
2.0.5 | 453 | 12/14/2021 |
2.0.2 | 1,059 | 11/21/2021 |
2.0.0 | 644 | 11/21/2021 |
1.2.0 | 364 | 8/31/2021 |
1.1.0 | 492 | 6/28/2020 |
1.0.1 | 798 | 2/17/2020 |
1.0.0 | 917 | 2/15/2020 |
0.8.1-alpha | 556 | 1/27/2020 |
0.8.0-alpha | 488 | 1/27/2020 |
0.7.0-alpha | 482 | 11/25/2019 |
0.6.0-alpha | 340 | 11/18/2019 |
0.5.0-alpha | 473 | 11/3/2019 |
0.4.0-alpha | 467 | 10/12/2019 |
0.3.1-alpha | 459 | 3/24/2019 |
0.3.0-alpha | 541 | 3/23/2019 |
0.2.0-alpha | 519 | 3/17/2019 |
0.1.0-alpha | 532 | 3/12/2019 |
0.0.3-alpha | 536 | 2/18/2019 |
0.0.2-alpha | 501 | 2/3/2019 |
Licensing changed.