WatsonORM.Sqlite by Joel Christner

<PackageReference Include="WatsonORM.Sqlite" Version="1.2.3.1" />

.NET API 16,896 bytes

 WatsonORM.Sqlite 1.2.3.1

WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for Sqlite in C# for .NET Core built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>WatsonORM.Sqlite</id>
    <version>1.2.3.1</version>
    <authors>Joel Christner</authors>
    <owners>Joel Christner</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/jchristn/watsonorm</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/jchristn/WatsonORM/master/assets/watson.ico</iconUrl>
    <description>WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for Sqlite in C# for .NET Core built on top of DatabaseWrapper.  Refer to other WatsonORM packages if you need support for other database types.</description>
    <releaseNotes>Sanitize API</releaseNotes>
    <copyright>(c)2020 Joel Christner</copyright>
    <tags>orm object relation relational mapper map database object data convert sql server mssql sqlite mysql pgsql postgres postgresql dynamic query builder datarow datatable key foreign</tags>
    <repository type="Github" url="https://github.com/jchristn/watsonorm" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="DatabaseWrapper.Sqlite" version="3.1.0" exclude="Build,Analyzers" />
        <dependency id="WatsonORM.Core" version="1.2.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>