CodedThought.Core.Data.MySql
1.0.0-beta-19
This is a prerelease version of CodedThought.Core.Data.MySql.
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 CodedThought.Core.Data.MySql --version 1.0.0-beta-19
NuGet\Install-Package CodedThought.Core.Data.MySql -Version 1.0.0-beta-19
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="CodedThought.Core.Data.MySql" Version="1.0.0-beta-19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodedThought.Core.Data.MySql" Version="1.0.0-beta-19" />
<PackageReference Include="CodedThought.Core.Data.MySql" />
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 CodedThought.Core.Data.MySql --version 1.0.0-beta-19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodedThought.Core.Data.MySql, 1.0.0-beta-19"
#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 CodedThought.Core.Data.MySql@1.0.0-beta-19
#: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=CodedThought.Core.Data.MySql&version=1.0.0-beta-19&prerelease
#tool nuget:?package=CodedThought.Core.Data.MySql&version=1.0.0-beta-19&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CodedThought.Core.Data.MySql
This is a CodedThought.Core database provider specifically designed to enable access and utilization of the MySql database.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- CodedThought.Core (>= 8.0.1.38)
- CodedThought.Core.Configuration (>= 8.0.1.1)
- Microsoft.Data.SqlClient (>= 6.1.1)
- MySqlConnector (>= 2.4.0)
- MySqlConnector.DependencyInjection (>= 2.4.0)
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.0.1.1 | 117 | 4/27/2026 |
| 1.0.0-beta-19 | 149 | 9/12/2025 |
| 1.0.0-beta-18 | 279 | 8/29/2025 |
| 1.0.0-beta-17 | 343 | 3/4/2025 |
| 1.0.0-beta-16 | 172 | 2/3/2025 |
| 1.0.0-beta-15 | 180 | 12/11/2024 |
| 1.0.0-beta-14 | 174 | 11/13/2024 |
| 1.0.0-beta-13 | 169 | 11/7/2024 |
| 1.0.0-beta-12 | 165 | 11/6/2024 |
| 1.0.0-beta-11 | 168 | 11/5/2024 |
| 1.0.0-beta-10 | 273 | 8/1/2024 |
Loading failed
Fixed bug whereby not setting the schema name in the DataTable attribute results in an empty table name. Fix includes using the default schema name if the DataTable attribute schema name is empty.