Dapper.SimpleCRUD.clabnet
1.8.6
dotnet add package Dapper.SimpleCRUD.clabnet --version 1.8.6
NuGet\Install-Package Dapper.SimpleCRUD.clabnet -Version 1.8.6
<PackageReference Include="Dapper.SimpleCRUD.clabnet" Version="1.8.6" />
paket add Dapper.SimpleCRUD.clabnet --version 1.8.6
#r "nuget: Dapper.SimpleCRUD.clabnet, 1.8.6"
// Install Dapper.SimpleCRUD.clabnet as a Cake Addin #addin nuget:?package=Dapper.SimpleCRUD.clabnet&version=1.8.6 // Install Dapper.SimpleCRUD.clabnet as a Cake Tool #tool nuget:?package=Dapper.SimpleCRUD.clabnet&version=1.8.6
This is a fork by Claudio Barca of original code Dapper.SimpleCRUD written by Eric Coffman.
This patch was required to insert tables with primary key named as "Id" but NOT autoincrement value.
Simple Get, GetList, Insert, Update, and Delete 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 SQLite
- Includes async methods when targeting .Net 4.5
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dapper.SimpleCRUD.clabnet:
Package | Downloads |
---|---|
DataTestLoader
Automatically creation and loading Postgresql database test data |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.6 | 5,391 | 7/15/2015 |
Full documentation can be found at https://github.com/ericdc1/Dapper.SimpleCRUD/