Vulcan 基于Dapper.NET的数据库链接托管类库,支持数据库链接管理透明化,支持事务包装,内置支持Mysql和MSSQL数据库,可扩展支持其他数据库,只要Dapper支持即可.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.1.3 |
Author(s): | Xuanye |
Last Update: | Thursday, September 9, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xuanye/Vulcan |
NuGet Url: | https://www.nuget.org/packages/Vulcan.DataAccess |
Install
Install-Package Vulcan.DataAccess
dotnet add package Vulcan.DataAccess
paket add Vulcan.DataAccess
Vulcan.DataAccess Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.5)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.Logging(>= 2.0.0)
Tags