Terryberry.PetaPoco 6.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Terryberry.PetaPoco --version 6.1.0
NuGet\Install-Package Terryberry.PetaPoco -Version 6.1.0
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="Terryberry.PetaPoco" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Terryberry.PetaPoco --version 6.1.0
#r "nuget: Terryberry.PetaPoco, 6.1.0"
#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 Terryberry.PetaPoco as a Cake Addin
#addin nuget:?package=Terryberry.PetaPoco&version=6.1.0

// Install Terryberry.PetaPoco as a Cake Tool
#tool nuget:?package=Terryberry.PetaPoco&version=6.1.0

PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  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 Terryberry.PetaPoco:

Package Downloads
Terryberry.PetaPoco.Repositories

A PetaPoco repository base implementation (both Async and Concurrent) with support for logging.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0.1 6,881 8/8/2017
6.3.0 5,846 5/12/2015
6.2.1.1 2,114 3/30/2015
6.2.1 2,028 3/26/2015
6.2.0 2,020 3/19/2015
6.1.5.2 1,998 3/18/2015
6.1.5.1 2,007 3/18/2015
6.1.5 2,051 3/17/2015
6.1.4 2,153 1/14/2015
6.1.3 2,943 11/19/2014
6.1.2 2,535 7/18/2014
6.1.1 2,082 7/18/2014
6.1.0 2,106 6/28/2014
6.0.0 2,117 6/28/2014
5.2014.6.25 7,828 6/26/2014

Inlcudes Terryberry Extensions. t4 Templates not included in package

     2012.11.01: Added ExecuteStoredProc extensions
     2013.05.01: Added Relationship Extensions
     2013.05.29: Added Bulk Insert Method
     2013.09.27: Added support for *Named* parameters in ExecuteStoredProc
     2013.10.04: Fixed unable to convert value of DbNull to Nullable type when using ExecuteScalar
     2014.06.26: Separating attribute annotations into separate package.
     2014.06.28: v6 with both Synchronous and Asychronous support