Provides a common database context and predicates for use with Dapper.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 6.0.0 |
Author(s): | Scott Dorman |
Last Update: | Saturday, January 21, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottdorman/cadru |
NuGet Url: | https://www.nuget.org/packages/Cadru.Data.Dapper |
Install
Install-Package Cadru.Data.Dapper
dotnet add package Cadru.Data.Dapper
paket add Cadru.Data.Dapper
Cadru.Data.Dapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Cadru.Core(>= 4.6.0)
- Cadru.Data.Annotations(>= 4.6.0)
- Cadru.Polly(>= 4.6.0)
- Dapper(>= 2.0.35)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Data.SqlClient(>= 2.0.1)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.7)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.7)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.7)
- Polly(>= 7.2.1)
- System.ComponentModel.Annotations(>= 4.7.0)
Tags