Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.13.1 |
Author(s): | Emprevo Developer |
Last Update: | Saturday, May 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/raghurana/Dapper.SimpleCRUD |
NuGet Url: | https://www.nuget.org/packages/Dapper.SimpleCRUD.Emprevo |
Install
Install-Package Dapper.SimpleCRUD.Emprevo
dotnet add package Dapper.SimpleCRUD.Emprevo
paket add Dapper.SimpleCRUD.Emprevo
Dapper.SimpleCRUD.Emprevo Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.42.0 && < 2.0.0)
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.