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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dapper.SimpleCRUD.clabnet" Version="1.8.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.SimpleCRUD.clabnet --version 1.8.6
#r "nuget: Dapper.SimpleCRUD.clabnet, 1.8.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,222 7/15/2015

Full documentation can be found at https://github.com/ericdc1/Dapper.SimpleCRUD/