Terryberry.PetaPoco
6.1.3
See the version list below for details.
dotnet add package Terryberry.PetaPoco --version 6.1.3
NuGet\Install-Package Terryberry.PetaPoco -Version 6.1.3
<PackageReference Include="Terryberry.PetaPoco" Version="6.1.3" />
paket add Terryberry.PetaPoco --version 6.1.3
#r "nuget: Terryberry.PetaPoco, 6.1.3"
// Install Terryberry.PetaPoco as a Cake Addin #addin nuget:?package=Terryberry.PetaPoco&version=6.1.3 // Install Terryberry.PetaPoco as a Cake Tool #tool nuget:?package=Terryberry.PetaPoco&version=6.1.3
PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics.
Product | Versions 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. |
-
- Terryberry.PetaPoco.DataAnnotations (>= 6.1.3)
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 | 7,052 | 8/8/2017 |
6.3.0 | 6,016 | 5/12/2015 |
6.2.1.1 | 2,288 | 3/30/2015 |
6.2.1 | 2,173 | 3/26/2015 |
6.2.0 | 2,145 | 3/19/2015 |
6.1.5.2 | 2,124 | 3/18/2015 |
6.1.5.1 | 2,158 | 3/18/2015 |
6.1.5 | 2,194 | 3/17/2015 |
6.1.4 | 2,280 | 1/14/2015 |
6.1.3 | 3,074 | 11/19/2014 |
6.1.2 | 2,662 | 7/18/2014 |
6.1.1 | 2,212 | 7/18/2014 |
6.1.0 | 2,233 | 6/28/2014 |
6.0.0 | 2,267 | 6/28/2014 |
5.2014.6.25 | 8,421 | 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