DataBaseHelper 1.2.1

dotnet add package DataBaseHelper --version 1.2.1
NuGet\Install-Package DataBaseHelper -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DataBaseHelper" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataBaseHelper --version 1.2.1
#r "nuget: DataBaseHelper, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DataBaseHelper as a Cake Addin
#addin nuget:?package=DataBaseHelper&version=1.2.1

// Install DataBaseHelper as a Cake Tool
#tool nuget:?package=DataBaseHelper&version=1.2.1

多数据库帮助类。包含:MySqlHelperMini、OracleHelperMini、
SqlHelperMini、
AccessHelperMini、
SQLiteHelperMini
增删改查、存储过程添加事务管理功能

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 1,730 9/23/2015
1.2.0 1,142 9/22/2015
1.1.0 1,488 9/18/2015
1.0.0 1,565 9/18/2015

操作Mini版本,仅包括,增删改查,存储过程,事务回滚,参数化查询