AsyncPoco by Todd Menier

<PackageReference Include="AsyncPoco" Version="1.1.0" />

 AsyncPoco 1.1.0

A fully asynchronous fork of the popular PetaPoco micro-ORM, supporting data access using the TAP pattern and async/await keywords introduced in C# 5.0 and VB 11. All PetaPoco methods have been converted to their async equivalents (FetchAsync, InsertAsync, ExecuteAsync, etc.) where the underlying ADO.NET calls have async equivalents. Supports SQL Server, SQL Server CE, MySQL, and PostgreSQL.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>AsyncPoco</id>
    <version>1.1.0</version>
    <title>AsyncPoco</title>
    <authors>Todd Menier</authors>
    <owners>Todd Menier</owners>
    <licenseUrl>http://www.toptensoftware.com/petapoco/license</licenseUrl>
    <projectUrl>https://github.com/tmenier/AsyncPoco</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>A fully asynchronous fork of the popular PetaPoco micro-ORM, supporting data access using the TAP pattern and async/await keywords introduced in C# 5.0 and VB 11. All PetaPoco methods have been converted to their async equivalents (FetchAsync, InsertAsync, ExecuteAsync, etc.) where the underlying ADO.NET calls have async equivalents. Supports SQL Server, SQL Server CE, MySQL, and PostgreSQL.</description>
    <releaseNotes>1.1.0 - Support for composite keys (thanks @schotime), nullable enums, and ComputedColumn attribute (thanks @JustinStolle)
			1.0.1 - Fixed reported potential NullReferenceException in identifying DB platform</releaseNotes>
    <tags>orm micro-orm microorm micro petapoco database sql async await asynchronous poco</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Data" targetFramework="" />
      <frameworkAssembly assemblyName="System.Configuration" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>