HotChocolate.RepoDb.SqlServer
11.0.0.2
Updates to Repo & Package name to eliminate any risk of conflicts with HotChocolate core project packages.
dotnet add package HotChocolate.RepoDb.SqlServer --version 11.0.0.2
NuGet\Install-Package HotChocolate.RepoDb.SqlServer -Version 11.0.0.2
<PackageReference Include="HotChocolate.RepoDb.SqlServer" Version="11.0.0.2" />
<PackageVersion Include="HotChocolate.RepoDb.SqlServer" Version="11.0.0.2" />
<PackageReference Include="HotChocolate.RepoDb.SqlServer" />
paket add HotChocolate.RepoDb.SqlServer --version 11.0.0.2
#r "nuget: HotChocolate.RepoDb.SqlServer, 11.0.0.2"
#:package HotChocolate.RepoDb.SqlServer@11.0.0.2
#addin nuget:?package=HotChocolate.RepoDb.SqlServer&version=11.0.0.2
#tool nuget:?package=HotChocolate.RepoDb.SqlServer&version=11.0.0.2
A set of extensions for working with HotChocolate GraphQL and RepoDb as the data access micro-orm without dependency on IQueryable. This enables fully encapsulated control over SQL queries in every way within a Service or Repository layer of your application. This extension pack provides a significantly simplified facade to access critial elements such as Selections/Projections, Sort arguments, & Paging arguments with support for mapping them to Models using built in RepoDb functionality. It also leverages RepoDb to provide a generic, Relay spec compatible, cursor pagination/slice query api for Sql Server.
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- HotChocolate.PreProcessingExtensions (>= 11.0.0.2)
- RepoDb.SqlServer (>= 1.1.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 |
---|
Added support for TableName override (to use Sql Views) in Cursor Paging API extensions.