MonkeyDb.MySql 2.12.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MonkeyDb.MySql --version 2.12.0
NuGet\Install-Package MonkeyDb.MySql -Version 2.12.0
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="MonkeyDb.MySql" Version="2.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MonkeyDb.MySql --version 2.12.0
#r "nuget: MonkeyDb.MySql, 2.12.0"
#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 MonkeyDb.MySql as a Cake Addin
#addin nuget:?package=MonkeyDb.MySql&version=2.12.0

// Install MonkeyDb.MySql as a Cake Tool
#tool nuget:?package=MonkeyDb.MySql&version=2.12.0

MonkeyDb.MySql是一套基于ADO.Net和DoNetCore对MySql数据库支持的快速开发和轻量级ORM框架,需要MonkeyDb作为基础框架.
此框架特点如下.
(1)多数据库支持,MonkeyDb.MySql提供对MySql进行数据库操作支持。
(2)支持事务操作。
(3)对多数据库操作的ADO.Net和DoNetCore轻量级框架,支持.NET Framwork4.0以上和.net core2.0以上版本。
(4)半ORM框架,目前对单表CURD提供了支持,很方便使用。
(5) 对各数据库提供参数化,支持原生IDbDataParameter和类似于Dapper参数对象。
(6)Emit对象转换,通过Emit快速将DataTable、DataReader转化为实体对象。
(7)MonkeyDb作为数据库基础框架,方便对不同数据库扩展。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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

MonkeyDb.MySql是一套基于ADO.Net和DoNetCore对MySql数据库支持的快速开发和轻量级ORM框架,需要MonkeyDb作为基础框架.
此框架特点如下.
(1)多数据库支持,MonkeyDb.MySql提供对MySql进行数据库操作支持。
(2)支持事务操作。
(3)对多数据库操作的ADO.Net和DoNetCore轻量级框架,支持.NET Framwork4.0以上和.net core2.0以上版本。
(4)半ORM框架,目前对单表CURD提供了支持,很方便使用。
(5) 对各数据库提供参数化,支持原生IDbDataParameter和类似于Dapper参数对象。
(6)Emit对象转换,通过Emit快速将DataTable、DataReader转化为实体对象。
(7)MonkeyDb作为数据库基础框架,方便对不同数据库扩展。