Ricky.Dapper.SimpleCRUD NuGet Package

Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper.

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.




Got any Ricky.Dapper.SimpleCRUD Question?





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)

.NETFramework 4.0
  • Dapper(>= 1.42.0 && < 2.0.0)
.NETFramework 4.5
  • Dapper(>= 1.42.0 && < 2.0.0)
.NETStandard 1.6


Tags



STATS

must-have-score

1.5

avg-downloads-per-day

4

days-since-last-release

2659