Dapper.Accelr8.Repo 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper.Accelr8.Repo --version 1.0.4
NuGet\Install-Package Dapper.Accelr8.Repo -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dapper.Accelr8.Repo" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.Accelr8.Repo --version 1.0.4
#r "nuget: Dapper.Accelr8.Repo, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dapper.Accelr8.Repo as a Cake Addin
#addin nuget:?package=Dapper.Accelr8.Repo&version=1.0.4

// Install Dapper.Accelr8.Repo as a Cake Tool
#tool nuget:?package=Dapper.Accelr8.Repo&version=1.0.4

This package contains the Dapper.Accelr8 Repository component. It is provided in a different package for those looking to break their repository out from their SQL implementation classes.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dapper.Accelr8.Repo:

Package Downloads
Dapper.Accelr8.Sql

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.13 1,673 1/8/2016
1.0.12 1,080 12/8/2015
1.0.5 1,842 11/24/2015
1.0.4 1,142 11/24/2015

First Release