.net core下常用的数据库访问工具,支持sqlserver、oracle、mysql、postgresql、sqlite;内嵌全局ID生成、编号生成.
Info
Version: | 1.0.4 |
Author(s): | jackletter |
Last Update: | Wednesday, November 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jackletter/DBUtil.Standard |
NuGet Url: | https://www.nuget.org/packages/DBUtil.Standard |
Install
Install-Package DBUtil.Standard
dotnet add package DBUtil.Standard
paket add DBUtil.Standard
DBUtil.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
- MySql.Data(>= 8.0.17)
- Npgsql(>= 4.0.10)
- Oracle.ManagedDataAccess.Core(>= 2.19.31)
- System.Data.SQLite(>= 1.0.111)
- System.Data.SqlClient(>= 4.6.1)