MySql.Simple
5.1.8
See the version list below for details.
dotnet add package MySql.Simple --version 5.1.8
NuGet\Install-Package MySql.Simple -Version 5.1.8
<PackageReference Include="MySql.Simple" Version="5.1.8" />
paket add MySql.Simple --version 5.1.8
#r "nuget: MySql.Simple, 5.1.8"
// Install MySql.Simple as a Cake Addin #addin nuget:?package=MySql.Simple&version=5.1.8 // Install MySql.Simple as a Cake Tool #tool nuget:?package=MySql.Simple&version=5.1.8
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. |
.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. |
-
.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 | 13,464 | 2/13/2018 |
5.3.0 | 1,184 | 12/29/2017 |
5.2.9.1 | 1,038 | 12/14/2017 |
5.2.9 | 1,069 | 12/13/2017 |
5.2.8.4 | 999 | 12/12/2017 |
5.2.8.3 | 1,042 | 12/12/2017 |
5.2.8.1 | 1,080 | 12/12/2017 |
5.2.8 | 1,216 | 12/9/2017 |
5.2.5 | 1,116 | 12/9/2017 |
5.2.3.2 | 1,117 | 12/9/2017 |
5.2.3.1 | 1,115 | 12/9/2017 |
5.2.3 | 1,092 | 12/9/2017 |
5.2.2 | 1,107 | 12/8/2017 |
5.2.0 | 1,085 | 12/8/2017 |
5.1.8.5 | 1,983 | 12/8/2017 |
5.1.8 | 1,135 | 12/8/2017 |
5.1.5 | 1,122 | 12/3/2017 |
5.0.0 | 1,051 | 12/2/2017 |
4.1.0 | 1,097 | 11/29/2017 |
4.0.2 | 988 | 11/29/2017 |
4.0.0 | 1,105 | 11/17/2017 |
3.5.0 | 1,181 | 11/6/2017 |
3.3.2 | 971 | 10/26/2017 |
3.3.1 | 970 | 10/26/2017 |
3.3.0 | 1,088 | 10/26/2017 |
3.2.0 | 1,032 | 9/25/2017 |
3.1.1 | 1,142 | 9/6/2017 |
3.1.0 | 1,170 | 9/6/2017 |
3.0.3 | 2,443 | 9/1/2017 |
3.0.2 | 2,414 | 8/14/2017 |
3.0.0 | 2,415 | 8/14/2017 |
2.0.11 | 2,433 | 8/13/2017 |
2.0.10 | 2,488 | 8/5/2017 |
2.0.9 | 2,362 | 6/27/2017 |
2.0.7.1 | 2,415 | 6/20/2017 |
2.0.7 | 2,498 | 6/19/2017 |
2.0.6 | 2,440 | 6/7/2017 |
2.0.5 | 2,477 | 6/4/2017 |
2.0.0 | 2,460 | 6/4/2017 |
1.1.0-alpha | 805 | 5/22/2017 |
1.0.2 | 2,448 | 5/14/2017 |
1.0.1 | 2,437 | 5/13/2017 |
1.0.0 | 2,569 | 5/13/2017 |
- Bug fix: changed GetAll() extension from IDBDirect that caused over load issues
- Added IDBDirectAll interface to directly use GetAll() without generics
- Added universal generator overload function without table name for DBControl