Terryberry.PetaPoco
6.1.5.2
See the version list below for details.
dotnet add package Terryberry.PetaPoco --version 6.1.5.2
NuGet\Install-Package Terryberry.PetaPoco -Version 6.1.5.2
<PackageReference Include="Terryberry.PetaPoco" Version="6.1.5.2" />
paket add Terryberry.PetaPoco --version 6.1.5.2
#r "nuget: Terryberry.PetaPoco, 6.1.5.2"
// Install Terryberry.PetaPoco as a Cake Addin #addin nuget:?package=Terryberry.PetaPoco&version=6.1.5.2 // Install Terryberry.PetaPoco as a Cake Tool #tool nuget:?package=Terryberry.PetaPoco&version=6.1.5.2
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.5.2)
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
6.0.0.0 - Terryberry release of PetaPoco with separated DataAnnotaions and Repository extras.
6.1.0.0 - Combined Async and Synchronous PetaPoco database interfaces.
6.1.1.0 - Async code fixes.
6.1.2.0 - Additional logging support. Ability to change name of logger.
6.1.3.0 - Updated Common.Logging dependencies.
6.1.4.0 - Updated Common.Logging dependencies (again).
6.1.5.0 - Added support for TableValuedParameters on supported SQL Servers.
6.1.5.1 - Bugfix for Nullable types in TableValuedParameter mapping.
6.1.5.2 - Bugfix for passing DBNull instead of null when setting DataTable column values.