NReco.GraphQL
1.0.4
Prefix Reserved
See the version list below for details.
dotnet add package NReco.GraphQL --version 1.0.4
NuGet\Install-Package NReco.GraphQL -Version 1.0.4
<PackageReference Include="NReco.GraphQL" Version="1.0.4" />
paket add NReco.GraphQL --version 1.0.4
#r "nuget: NReco.GraphQL, 1.0.4"
// Install NReco.GraphQL as a Cake Addin #addin nuget:?package=NReco.GraphQL&version=1.0.4 // Install NReco.GraphQL as a Cake Tool #tool nuget:?package=NReco.GraphQL&version=1.0.4
Translates GraphQL queries to SQL in an easy way (by mapping configuration). Compatible with any ADO.NET provider.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. 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.5
- GraphQL (>= 2.4.0)
- NReco.Data (>= 1.0.6)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 1.5
- GraphQL (>= 2.4.0)
- NETStandard.Library (>= 1.6.1)
- NReco.Data (>= 1.0.6)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.Data.Common (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Primitives (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.4.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- GraphQL (>= 2.4.0)
- NReco.Data (>= 1.0.6)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.Data.Common (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.4.0)
- System.ValueTuple (>= 4.5.0)
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 |
---|---|---|
1.5.0 | 293 | 11/9/2023 |
1.4.0 | 471 | 9/27/2022 |
1.3.1 | 1,013 | 1/17/2022 |
1.3.0 | 1,622 | 11/26/2021 |
1.2.4 | 464 | 5/28/2021 |
1.2.3 | 675 | 1/13/2021 |
1.2.2 | 1,814 | 6/25/2020 |
1.2.1 | 553 | 6/19/2020 |
1.2.0 | 569 | 6/12/2020 |
1.1.2 | 675 | 6/2/2020 |
1.0.5 | 1,321 | 11/20/2019 |
1.0.4 | 697 | 11/7/2019 |
1.0.3 | 702 | 6/14/2019 |
1.0.2 | 672 | 6/5/2019 |
1.0.0 | 712 | 2/21/2019 |
Online demo, usage examples: https://www.nrecosite.com/graphql_to_sql_database.aspx
v.1.0.4 changes:
- fixed issues related to DBNull.Value handling
v.1.0.1 changes:
- select only columns specified in graphql query (instead of 'select *')
- fixed issue for queries with parameter 'sortBy'
v.1.0 features:
- parses GraphQL queries with Graphql.NET lib https://github.com/graphql-dotnet/graphql-dotnet
- generates and executes SQL with NReco.Data https://github.com/nreco/data
- supports sorting, pagination (first/offset), complex filtering conditions