ShimmyMySherbet.MySQL.EF 1.8.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ShimmyMySherbet.MySQL.EF --version 1.8.6
NuGet\Install-Package ShimmyMySherbet.MySQL.EF -Version 1.8.6
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="ShimmyMySherbet.MySQL.EF" Version="1.8.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShimmyMySherbet.MySQL.EF --version 1.8.6
#r "nuget: ShimmyMySherbet.MySQL.EF, 1.8.6"
#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 ShimmyMySherbet.MySQL.EF as a Cake Addin
#addin nuget:?package=ShimmyMySherbet.MySQL.EF&version=1.8.6

// Install ShimmyMySherbet.MySQL.EF as a Cake Tool
#tool nuget:?package=ShimmyMySherbet.MySQL.EF&version=1.8.6

A lightweight high-performance .NET MySQL Wrapper and Entity Framework. Designed to make working with a MySQL database as easy as possible

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 350 11/4/2023
1.8.9-beta 109 10/7/2023
1.8.8 688 5/7/2022
1.8.7 433 5/6/2022
1.8.6 439 3/20/2022
1.8.5 422 3/11/2022
1.8.2 576 1/19/2022
1.8.0 309 12/25/2021
1.6.7 436 7/15/2021
1.6.5 509 7/15/2021
1.6.3 451 6/25/2021
1.6.0 433 6/5/2021
1.5.5 410 6/2/2021
1.5.2 511 5/30/2021
1.5.0 397 5/25/2021
1.4.2 480 5/24/2021
1.4.0 383 5/24/2021
1.3.0 424 5/15/2021
1.2.5 453 4/7/2021
1.2.0 441 4/3/2021
1.0.0 512 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