MySql.Simple
5.3.5
dotnet add package MySql.Simple --version 5.3.5
NuGet\Install-Package MySql.Simple -Version 5.3.5
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="MySql.Simple" Version="5.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MySql.Simple" Version="5.3.5" />
<PackageReference Include="MySql.Simple" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MySql.Simple --version 5.3.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MySql.Simple, 5.3.5"
#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.
#:package MySql.Simple@5.3.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MySql.Simple&version=5.3.5
#tool nuget:?package=MySql.Simple&version=5.3.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Written over MySql.Data, a simpiler way to use MySql in .NET Standard. Allows easy database connection and reading queried results while maintaining the disposable objects and providing access to all default MySql.Data objects.
| Product | Versions 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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. 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 | tizen30 was computed. 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.
-
.NETStandard 1.6
- MySql.Data (>= 8.0.9-dmr)
- NETStandard.Library (>= 1.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MySql.Simple:
| Package | Downloads |
|---|---|
|
NetCore.MySql.Simple
Combines NetCore.Simple and MySql.simple packages merged functionalities |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.5 | 15,562 | 2/13/2018 |
| 5.3.0 | 1,715 | 12/29/2017 |
| 5.2.9.1 | 1,465 | 12/14/2017 |
| 5.2.9 | 1,593 | 12/13/2017 |
| 5.2.8.4 | 1,413 | 12/12/2017 |
| 5.2.8.3 | 1,596 | 12/12/2017 |
| 5.2.8.1 | 1,684 | 12/12/2017 |
| 5.2.8 | 1,954 | 12/9/2017 |
| 5.2.5 | 1,669 | 12/9/2017 |
| 5.2.3.2 | 1,710 | 12/9/2017 |
| 5.2.3.1 | 1,700 | 12/9/2017 |
| 5.2.3 | 1,693 | 12/9/2017 |
| 5.2.2 | 1,694 | 12/8/2017 |
| 5.2.0 | 1,624 | 12/8/2017 |
| 5.1.8.5 | 2,606 | 12/8/2017 |
| 5.1.8 | 1,848 | 12/8/2017 |
| 5.1.5 | 1,698 | 12/3/2017 |
| 5.0.0 | 1,630 | 12/2/2017 |
Loading failed
- Added string extensions to directly execute from connection string