ShimmyMySherbet.MySQL.EF
1.8.0
Prefix Reserved
See the version list below for details.
dotnet add package ShimmyMySherbet.MySQL.EF --version 1.8.0
NuGet\Install-Package ShimmyMySherbet.MySQL.EF -Version 1.8.0
<PackageReference Include="ShimmyMySherbet.MySQL.EF" Version="1.8.0" />
paket add ShimmyMySherbet.MySQL.EF --version 1.8.0
#r "nuget: ShimmyMySherbet.MySQL.EF, 1.8.0"
// Install ShimmyMySherbet.MySQL.EF as a Cake Addin #addin nuget:?package=ShimmyMySherbet.MySQL.EF&version=1.8.0 // Install ShimmyMySherbet.MySQL.EF as a Cake Tool #tool nuget:?package=ShimmyMySherbet.MySQL.EF&version=1.8.0
A lightweight high-performance .NET MySQL Wrapper and Entity Framework. Designed to make working with a MySQL database as easy as possible
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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 | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. 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. |
-
.NETFramework 4.8
- MySql.Data (>= 8.0.21)
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.0
- MySql.Data (>= 8.0.21)
- Newtonsoft.Json (>= 13.0.1)
-
net5.0
- MySql.Data (>= 8.0.21)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ShimmyMySherbet.MySQL.EF:
Package | Downloads |
---|---|
Hath.PlayerStats
Enriches your server by saving and displaying player statistics. a range of in-game performance metrics, and other pertinent data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.9 | 623 | 11/4/2023 |
1.8.9-beta | 142 | 10/7/2023 |
1.8.8 | 753 | 5/7/2022 |
1.8.7 | 458 | 5/6/2022 |
1.8.6 | 464 | 3/20/2022 |
1.8.5 | 446 | 3/11/2022 |
1.8.2 | 609 | 1/19/2022 |
1.8.0 | 335 | 12/25/2021 |
1.6.7 | 467 | 7/15/2021 |
1.6.5 | 532 | 7/15/2021 |
1.6.3 | 480 | 6/25/2021 |
1.6.0 | 469 | 6/5/2021 |
1.5.5 | 437 | 6/2/2021 |
1.5.2 | 543 | 5/30/2021 |
1.5.0 | 425 | 5/25/2021 |
1.4.2 | 515 | 5/24/2021 |
1.4.0 | 422 | 5/24/2021 |
1.3.0 | 435 | 5/15/2021 |
1.2.5 | 474 | 4/7/2021 |
1.2.0 | 474 | 4/3/2021 |
1.0.0 | 547 | 7/26/2020 |
+ Added object auto Serializing/Deserializing using attribute [SQLSerialize(ESerializeFormat format)], currently supporting XML and Json.
+ Added option to set a class's numeric auto incrememnt primary key when inserting. Setting the primary key value of the class instance to the ID allocated by the database.
+Added support for Composite primary keys (Multiple primary keys)
~Fixed create table command builder ignoring override SQL type provided by IClassField