基于 Dapper 及 SqlKata 的通用数据库操作库,支持MySQL、SQLServer、PostgreSql、达梦、人大金仓以及 Sqlite 等多种数据库类型。.
Info
Version: | 7.3.1 |
Author(s): | Datory |
Last Update: | Friday, August 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Datory |
Install
Install-Package Datory
dotnet add package Datory
paket add Datory
Datory Download (Unzip the "nupkg" after downloading)
Dependencies
- CacheManager.Core(>= 1.2.0)
- CacheManager.Microsoft.Extensions.Caching.Memory(>= 1.2.0)
- CacheManager.Serialization.Json(>= 1.2.0)
- CacheManager.StackExchange.Redis(>= 1.2.0)
- Dapper(>= 2.0.35)
- MySql.Data(>= 8.0.21)
- Newtonsoft.Json(>= 12.0.3)
- Npgsql(>= 4.1.4)
- SqlKata(>= 2.2.0)
- System.Data.SQLite.Core(>= 1.0.113.1)
- System.Data.SqlClient(>= 4.8.2)
Tags