Info
Version: | 1.5.0 |
Author(s): | Dmitriy Fedorchenko |
Last Update: | Thursday, November 9, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.nrecosite.com/graphql_to_sql_database.aspx |
NuGet Url: | https://www.nuget.org/packages/NReco.GraphQL |
Install
Install-Package NReco.GraphQL
dotnet add package NReco.GraphQL
paket add NReco.GraphQL
NReco.GraphQL Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- GraphQL(>= 2.4.0)
- NReco.Data(>= 1.2.3)
- System.ValueTuple(>= 4.5.0)
- GraphQL(>= 2.4.0)
- NReco.Data(>= 1.2.3)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.Data.Common(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- System.ValueTuple(>= 4.5.0)
Tags
Can be used with any ADO.NET provider. Based on Graphql.NET library.
Online demo, usage examples: https://www.nrecosite.com/graphql_to_sql_database.aspx.