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.... br>- 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!. more