DataQuery.LanguageExt
0.0.30
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DataQuery.LanguageExt --version 0.0.30
NuGet\Install-Package DataQuery.LanguageExt -Version 0.0.30
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="DataQuery.LanguageExt" Version="0.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataQuery.LanguageExt --version 0.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DataQuery.LanguageExt, 0.0.30"
#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 DataQuery.LanguageExt as a Cake Addin #addin nuget:?package=DataQuery.LanguageExt&version=0.0.30 // Install DataQuery.LanguageExt as a Cake Tool #tool nuget:?package=DataQuery.LanguageExt&version=0.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Composable SQL queries
This library is a wrapper around Dapper to access relation databases (Npgsql driver for PostgreSQL
and ADO.NET
driver for other databases). Most operations supported are calling Dapper
directly and have the same set of parameters. The project is heavily based on Language.Ext - an amazing functional C# extensions library.
Goals
- SQL query as data
- composition (both ad-hoc and composite queries)
- implicit SQL execution runtime context: connection, transaction and cancellation token are passed to each query implicitly, but it is possible to get these from the context if required
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Dapper (>= 2.0.123)
- LanguageExt.Core (>= 4.1.0)
- LanguageExt.Sys (>= 4.1.0)
- Npgsql (>= 5.0.13)
- System.Data.SqlClient (>= 4.8.3)
- System.Linq.Async (>= 6.0.1)
-
net6.0
- Dapper (>= 2.0.123)
- LanguageExt.Core (>= 4.1.0)
- LanguageExt.Sys (>= 4.1.0)
- Npgsql (>= 5.0.13)
- System.Data.SqlClient (>= 4.8.3)
- System.Linq.Async (>= 6.0.1)
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 |
---|---|---|
0.0.43 | 397 | 12/2/2023 |
0.0.42 | 336 | 12/2/2023 |
0.0.41 | 429 | 9/8/2023 |
0.0.40 | 451 | 8/22/2023 |
0.0.39 | 475 | 5/7/2023 |
0.0.38 | 520 | 5/6/2023 |
0.0.37 | 530 | 5/6/2023 |
0.0.36 | 639 | 1/20/2023 |
0.0.35 | 7,048 | 9/16/2022 |
0.0.34 | 706 | 9/15/2022 |
0.0.33 | 1,842 | 8/29/2022 |
0.0.32 | 863 | 8/25/2022 |
0.0.31 | 769 | 8/24/2022 |
0.0.30 | 2,600 | 7/12/2022 |
0.0.29 | 757 | 7/10/2022 |
0.0.28 | 711 | 7/10/2022 |
0.0.27 | 738 | 7/10/2022 |
0.0.26 | 737 | 7/8/2022 |
0.0.25 | 775 | 7/6/2022 |
0.0.24 | 712 | 7/4/2022 |
0.0.23 | 749 | 7/4/2022 |
0.0.22 | 1,287 | 6/13/2022 |
0.0.21 | 1,517 | 5/11/2022 |
0.0.20 | 762 | 5/9/2022 |
0.0.19 | 745 | 5/9/2022 |
0.0.18 | 675 | 1/2/2022 |
0.0.17 | 591 | 1/2/2022 |
0.0.16 | 578 | 12/5/2021 |
0.0.15 | 631 | 12/5/2021 |
0.0.12 | 636 | 12/5/2021 |
0.0.11 | 3,294 | 11/25/2021 |
0.0.10 | 3,584 | 11/25/2021 |
0.0.9 | 3,572 | 11/24/2021 |
0.0.5 | 607 | 11/14/2021 |