DbCRUD.Mysql
1.0.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
这是操作MySQL简单的增删改查库。自动建表,省去建表精力。
详细使用请见 https://gitee.com/lzcode/db-crud.git
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- DbCRUD (>= 1.0.0)
- MySql.Data (>= 8.0.33)
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 | 115 | 6/24/2024 |
1.7.0 | 126 | 4/8/2024 |
1.6.1 | 141 | 4/6/2024 |
1.6.0 | 130 | 3/22/2024 |
1.5.12 | 133 | 3/21/2024 |
1.5.11 | 175 | 8/27/2023 |
1.5.10 | 161 | 8/4/2023 |
1.5.8 | 154 | 7/27/2023 |
1.5.7 | 157 | 7/26/2023 |
1.5.6 | 156 | 7/20/2023 |
1.5.5 | 146 | 6/26/2023 |
1.5.4 | 151 | 6/18/2023 |
1.5.3 | 138 | 6/13/2023 |
1.5.2 | 151 | 6/11/2023 |
1.5.1 | 138 | 6/9/2023 |
1.5.0 | 143 | 6/8/2023 |
1.4.0 | 142 | 6/6/2023 |
1.3.1 | 151 | 5/17/2023 |
1.3.0 | 152 | 5/14/2023 |
1.2.0 | 159 | 5/11/2023 |
1.1.0 | 158 | 5/10/2023 |
1.0.0 | 157 | 5/9/2023 |
简单的增删改查