Based on the LINQ extension of dapper, it supports lambda expression, supports time based table splitting, and can also customize the table splitting method.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 3.1.9 |
Author(s): | liningit |
Last Update: | Thursday, March 4, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/liningit/LnskyDB/ |
NuGet Url: | https://www.nuget.org/packages/LnskyDB |
Install
Install-Package LnskyDB
dotnet add package LnskyDB
paket add LnskyDB
LnskyDB Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.30)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.2.0)
Tags