DbCRUD.Mysql 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DbCRUD.Mysql --version 1.0.0
NuGet\Install-Package DbCRUD.Mysql -Version 1.0.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="DbCRUD.Mysql" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbCRUD.Mysql --version 1.0.0
#r "nuget: DbCRUD.Mysql, 1.0.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 DbCRUD.Mysql as a Cake Addin
#addin nuget:?package=DbCRUD.Mysql&version=1.0.0

// Install DbCRUD.Mysql as a Cake Tool
#tool nuget:?package=DbCRUD.Mysql&version=1.0.0

这是操作MySQL简单的增删改查库。自动建表,省去建表精力。
详细使用请见 https://gitee.com/lzcode/db-crud.git

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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.7.1 51 6/24/2024
1.7.0 83 4/8/2024
1.6.1 103 4/6/2024
1.6.0 96 3/22/2024
1.5.12 101 3/21/2024
1.5.11 141 8/27/2023
1.5.10 133 8/4/2023
1.5.8 121 7/27/2023
1.5.7 126 7/26/2023
1.5.6 120 7/20/2023
1.5.5 117 6/26/2023
1.5.4 116 6/18/2023
1.5.3 111 6/13/2023
1.5.2 123 6/11/2023
1.5.1 114 6/9/2023
1.5.0 115 6/8/2023
1.4.0 115 6/6/2023
1.3.1 121 5/17/2023
1.3.0 109 5/14/2023
1.2.0 132 5/11/2023
1.1.0 128 5/10/2023
1.0.0 125 5/9/2023

简单的增删改查