Shaolinq.Sqlite by Thong Nguyen

<PackageReference Include="Shaolinq.Sqlite" Version="1.0.1.550-rc" />

 Shaolinq.Sqlite 1.0.1.550-rc

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/10/nuspec.xsd">
  <metadata>
    <id>Shaolinq.Sqlite</id>
    <version>1.0.1.550-rc</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>- Support join conditions that require implicit joins to resolve
- Support DataAccessObjects with custom primary keys (inherited from Shaolinq.DataAccessObject instead of Shaolinq.DataAccessObject{T})
- Support SelectForUpdate, WhereForUpdate on IQueryable
- Fixed deadlocks in some async calls
- Fixed inline call to a function returning IQueryable inside a query sometimes fails
- TransactionContext optimisations
- Fixed compiled projector lambda cache sometimes not caching due to a bug in SqlExpressionComparer
- Various async fixes
-- Previous --
- Added NamingTransforms to DataAccessModelConfiguration
- Fix objects with DAO primary keys using references and anonymous types
- Better in-scope object caching performance 
- DAO primary keys mostly working with tests</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.0.1.550-rc" />
      <dependency id="System.Data.SQLite.Core" />
    </dependencies>
  </metadata>
</package>