Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 13.0.0 |
Author(s): | BBernard / CajunCoding |
Last Update: | Wednesday, July 26, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cajuncoding/GraphQL.RepoDb |
NuGet Url: | https://www.nuget.org/packages/GraphQL.RepoDb.SqlServer |
Install
Install-Package GraphQL.RepoDb.SqlServer
dotnet add package GraphQL.RepoDb.SqlServer
paket add GraphQL.RepoDb.SqlServer
GraphQL.RepoDb.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- GraphQL.PreProcessingExtensions(>= 11.0.4.1)
- RepoDb.SqlServer(>= 1.1.1)
Tags
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.