AsyncPoco 0.9.0
See the version list below for details.
dotnet add package AsyncPoco --version 0.9.0
NuGet\Install-Package AsyncPoco -Version 0.9.0
<PackageReference Include="AsyncPoco" Version="0.9.0" />
paket add AsyncPoco --version 0.9.0
#r "nuget: AsyncPoco, 0.9.0"
// Install AsyncPoco as a Cake Addin #addin nuget:?package=AsyncPoco&version=0.9.0 // Install AsyncPoco as a Cake Tool #tool nuget:?package=AsyncPoco&version=0.9.0
A fully asynchronous fork of the popular PetaPoco micro-ORM. Intended for use with the TAP pattern and async/await keywords introduced in C# 5.0 and VB 11. PetaPoco methods have been converted to their (awaitable) async equivalents (FetchAsync, InsertAsync, ExecuteAsync, etc.) in all cases where the underlying ADO.NET calls could be replaced by async equivalents. All PetaPoco unit tests have been converted to async and are passing for SQL Server, SQL Server CE, MySQL, and PostgreSQL. Currently in beta, this library has not yet been thoroughly tested in a production environment.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AsyncPoco:
Package | Downloads |
---|---|
StaTypPocoQueries.AsyncPoco
AsyncPoco bindings for StaTypPocoQueries. It translates Linq Expressions to SQL 'where' clause. Makes it safer to work with AsyncPoco. Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc. |
|
Cql.Core.PetaPoco
A common library for PetaPoco. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.2 | 99,124 | 7/15/2019 |
2.0.1 | 33,807 | 7/13/2018 |
2.0.0 | 8,008 | 4/14/2018 |
2.0.0-pre2 | 953 | 4/10/2018 |
2.0.0-pre1 | 996 | 3/27/2018 |
1.2.1 | 2,624 | 3/16/2018 |
1.2.0 | 12,571 | 8/14/2016 |
1.1.2 | 19,004 | 3/16/2015 |
1.1.1 | 3,131 | 11/2/2014 |
1.1.0 | 1,423 | 10/14/2014 |
1.1.0-beta1 | 1,336 | 10/8/2014 |
1.0.1 | 2,175 | 6/12/2014 |
1.0.0 | 2,001 | 2/3/2014 |
0.9.0 | 1,605 | 1/28/2014 |