Skip to main content
Dapper.SimpleCRUD package icon

Dapper.SimpleCRUD

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, and MySQL - Includes async methods - Supports .Net Core

Total Downloads
6.5M
6,510,088
Published
Feb 22, 2019
Latest stable version

Install

.NET CLI
dotnet add package Dapper.SimpleCRUD --version 2.1.0
Package Manager Console
Install-Package Dapper.SimpleCRUD -Version 2.1.0
PackageReference
<PackageReference Include="Dapper.SimpleCRUD" Version="2.1.0" />

Frameworks

.NETStandard2.0 .NETFramework4.5

Dependencies

Microsoft.CSharp
.NETStandard2.0
[4.4.0, )
Dapper
.NETStandard2.0
[1.50.5, 2.0.0)
Dapper
.NETFramework4.5
[1.50.5, 2.0.0)

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.