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 |
Install
Install-Package Shaolinq
dotnet add package Shaolinq
paket add Shaolinq
Shaolinq Download (Unzip the "nupkg" after downloading)
Dependencies
- Platform.NET(>= 1.2.4)
- Platform.Xml.Serialization(>= 1.2.4)
Tags
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!.