Shaolinq.Sqlite by Thong Nguyen

<PackageReference Include="Shaolinq.Sqlite" Version="1.1.0.904" />

 Shaolinq.Sqlite 1.1.0.904

Shaolinq is a thoughtfully designed ORM and Linq provider for .NET Use this package to add Shaolinq and out-of-the-box Sqlite support. Designed to perform super fast and be easy to use, Shaolinq's features also include: - First class schema-first ORM with WYSIWYG data access and minipulation. - First class LINQ support (not the basic kind you see in most other OSS projects). - Single trip updating of objects. - Support for Sqlite, MySql and Postgres. - Automatic database creation and schema migration. - Delete LINQ extension for batch server side deletes. - Full support for server side date functions (Date.DayOfWeek etc). - Easily extensible with a simple interface for adding support for other ADO.NET compatible databases. - Open Source!

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Shaolinq.Sqlite</id>
    <version>1.1.0.904</version>
    <title>Shaolinq ORM and Linq provider for Sqlite</title>
    <authors>Thong Nguyen</authors>
    <owners>Thong Nguyen</owners>
    <licenseUrl>https://raw.github.com/tumtumtum/Shaolinq/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/tumtumtum/Shaolinq</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Shaolinq is a thoughtfully designed ORM and Linq provider for .NET
    
Use this package to add Shaolinq and out-of-the-box Sqlite support.
    
Designed to perform super fast and be easy to use, Shaolinq's features also include:
    
- First class schema-first ORM with WYSIWYG data access and minipulation.
- First class LINQ support (not the basic kind you see in most other OSS projects).
- Single trip updating of objects.
- Support for Sqlite, MySql and Postgres.
- Automatic database creation and schema migration.
- Delete LINQ extension for batch server side deletes.
- Full support for server side date functions (Date.DayOfWeek etc).
- Easily extensible with a simple interface for adding support for other ADO.NET compatible databases.
- Open Source!</description>
    <summary>A thoughtful ORM and Linq provider for .NET and Sqlite</summary>
    <releaseNotes>- Fixed InvalidCastException when saving a property using a  predicated deflated references where the referenced type is not the same as the property container type.
- Fixed OrderBy sometimes ignored with some queries (e.g. GroupBy)
- Added SumAsync(selector) method for decimal and decimal?
- Fix potential exception when projecting structs
- Fixed potential memory leak when querying with similarly structured queries with different constant values
- Fixed ForUpdate not working when using Aggregates after ForUpdate is applied
- Added SumAsync(Decimal) support
- Fixed exception when using Enums with no declared values
- Fixed Insert/Update of predicated deflated references</releaseNotes>
    <copyright>Copyright (c) 2007-2015 Thong Nguyen ([email protected])</copyright>
    <tags>shaolinq linq provider orm sqlite sql database</tags>
    <dependencies>
      <dependency id="Shaolinq" version="1.1.0.904" />
      <dependency id="System.Data.SQLite.Core" version="1.0.102" />
    </dependencies>
  </metadata>
</package>