一个通用数据库操作组件DBUtil(c#)、支持SqlServer、Oracle、Mysql、postgres、Access、SQLITE.
Info
Version: | 1.0.0.2 |
Author(s): | Sky123.Org |
Last Update: | Tuesday, July 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jackletter/DBUtil |
NuGet Url: | https://www.nuget.org/packages/DBUtil |
Install
Install-Package DBUtil
dotnet add package DBUtil
paket add DBUtil
DBUtil Download (Unzip the "nupkg" after downloading)
Dependencies
- MySql.Data(>= 6.9.12)
- Npgsql(>= 4.0.4)
- Oracle.DataAccess.x86(>= 2.112.1)
- System.Data.SQLite.Core(>= 1.0.109.2)
Tags