Info
Version: | 1.9.5.1477-refs-pull-109-merge |
Author(s): | Thong Nguyen |
Last Update: | Thursday, October 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tumtumtum/Shaolinq |
NuGet Url: | https://www.nuget.org/packages/Shaolinq.Sqlite |
Install
Install-Package Shaolinq.Sqlite
dotnet add package Shaolinq.Sqlite
paket add Shaolinq.Sqlite
Shaolinq.Sqlite Download (Unzip the "nupkg" after downloading)
Dependencies
- Shaolinq(>= 1.9.5.1477109)
- System.Data.SQLite.Core(>= 1.0.106)
Tags
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!.