Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.13.1 |
Author(s): | ricky |
Last Update: | Thursday, January 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/ericdc1/Dapper.SimpleCRUD/ |
NuGet Url: | https://www.nuget.org/packages/Ricky.Dapper.SimpleCRUD |
Install
Install-Package Ricky.Dapper.SimpleCRUD
dotnet add package Ricky.Dapper.SimpleCRUD
paket add Ricky.Dapper.SimpleCRUD
Ricky.Dapper.SimpleCRUD Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Dapper(>= 1.42.0 && < 2.0.0)
- Dapper(>= 1.42.0 && < 2.0.0)
- Microsoft.CSharp(>= 4.0.1)
- System.Data.Common(>= 4.1.0)
- System.Diagnostics.TraceSource(>= 4.0.0)
- Dapper(>= 1.50.2)
Tags
Uses smart defaults for attribute free classes but can be overridden as needed.
By default uses Id column as the primary key but this can be overridden with an attribute
By default queries the table matching the class name but this can be overridden with an attribute
By default queries the column matching the property name but this can be overridden with an attribute
- Supports SQL Server, PostgreSQL, SQLite, and MySQL
- Includes async methods when targeting .Net 4.5.