linq2db.PostgreSQL by Igor Tkachev

<PackageReference Include="linq2db.PostgreSQL" Version="1.10.0" />

 linq2db.PostgreSQL 1.10.0

LINQ to PostgreSQL is a data access technology that provides a run-time infrastructure for managing relational data as objects.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>linq2db.PostgreSQL</id>
    <version>1.10.0</version>
    <title>LINQ to PostgreSQL</title>
    <authors>Igor Tkachev</authors>
    <owners>Igor Tkachev</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/linq2db/linq2db/blob/master/MIT-LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/linq2db/linq2db</projectUrl>
    <iconUrl>http://www.gravatar.com/avatar/fc2e509b6ed116b9aa29a7988fdb8990?s=320</iconUrl>
    <description>LINQ to PostgreSQL is a data access technology that provides a run-time infrastructure for managing relational data as objects.</description>
    <summary>This package includes a T4 template to generate data models for PostgreSQL database and references to the linq2db and Npgsql nugets.</summary>
    <tags>linq linq2db Npgsql PostgreSQL LinqToDB ORM database DB SQL</tags>
    <dependencies>
      <dependency id="linq2db.t4models" version="1.10.0" />
    </dependencies>
  </metadata>
</package>