Skip to main content
AsyncPoco package icon

AsyncPoco

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.

Total Downloads
292.7K
292,661
Published
Jan 28, 2014
Latest stable version

Install

.NET CLI
dotnet add package AsyncPoco --version 0.9.0
Package Manager Console
Install-Package AsyncPoco -Version 0.9.0
PackageReference
<PackageReference Include="AsyncPoco" Version="0.9.0" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.