Dapper.Accelr8.Sql
1.0.17
dotnet add package Dapper.Accelr8.Sql --version 1.0.17
NuGet\Install-Package Dapper.Accelr8.Sql -Version 1.0.17
<PackageReference Include="Dapper.Accelr8.Sql" Version="1.0.17" />
<PackageVersion Include="Dapper.Accelr8.Sql" Version="1.0.17" />
<PackageReference Include="Dapper.Accelr8.Sql" />
paket add Dapper.Accelr8.Sql --version 1.0.17
#r "nuget: Dapper.Accelr8.Sql, 1.0.17"
#addin nuget:?package=Dapper.Accelr8.Sql&version=1.0.17
#tool nuget:?package=Dapper.Accelr8.Sql&version=1.0.17
This library provides a template for discovering your database model into a series of classes which build the sql needed for reads and writes dynamically. Instead of libraries which only provide fixed / hard coded SQL, this library attempts to provide parameterized sql generation on the fly. Allowing for more flexibility. It also provides a serializable query model for distributed data services.
This library is a work in progress, please keep an eye out for a stable release soon.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- Dapper (>= 1.40.0)
- Dapper.Accelr8.Domain (>= 1.0.12)
- Dapper.Accelr8.Repo (>= 1.0.13)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.