linq2db.MySql 4.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.3.0 or higher.

dotnet add package linq2db.MySql --version 4.0.1                
NuGet\Install-Package linq2db.MySql -Version 4.0.1                
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="linq2db.MySql" Version="4.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add linq2db.MySql --version 4.0.1                
#r "nuget: linq2db.MySql, 4.0.1"                
#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 linq2db.MySql as a Cake Addin
#addin nuget:?package=linq2db.MySql&version=4.0.1

// Install linq2db.MySql as a Cake Tool
#tool nuget:?package=linq2db.MySql&version=4.0.1                

LINQ to DB

License Follow @linq2db

Starting from version 4 we obsolete T4 nugets in favor of new command-line scaffolding tool: linq2db.cli. Consider migration as we don't plan to introduce new features and fixes to T4 functionality.

This nuget package contains database scaffolding T4 templates to generate POCO classes from your database.

You can read about T4 templates options here. Demonstration video could be found here.

Important

Don't use this package if you don't need database scaffolding functionality. Instead of this package, use:

  1. main linq2db package
  2. database provider nuget (see list of supported providers below)

Supported database providers

Obsoletion Note

T4 templates will be obsoleted in Linq To DB 4.0.0 and replaced with new scaffolding utility.

There are multiple reasons for it:

  • T4 templates doesn't work well outside of Visual Studio. MacOS/Linux users or users of alternate IDEs could face serious issues trying to use T4 templates.
  • T4 templates executed using .NET Framework by Visual Studio, which also creates issues for non-Windows users.
  • T4 host use x86 process for Visual Studio 2019- and x64 process for Visual Studio 2022+. This creates issues with native providers as they are platform-dependent (ODBC and OleDb providers, various native ADO.NET providers).
  • It's very hard to maintain big code generation framework, written in T4 templates.

Those are just several most major issues current T4 templates have.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on linq2db.MySql:

Package Downloads
Hangfire.MySql

MySql storage implementation for Hangfire (background job system for ASP.NET applications).

Rockatuestilo.DataRepoMain

Package Description

JasonPereira84.Helpers.LinqToDB

LinqToDB helper methods, properties, objects etc.

AsdDb.Linq2db.MySql

AsdFrameworks

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-preview.1 464 6/17/2024
5.4.1 4,902 4/7/2024
5.4.0 3,701 2/20/2024
5.3.2 11,570 10/18/2023
5.3.1 4,655 10/16/2023
5.3.0 9,863 10/12/2023
5.2.2 6,063 6/8/2023
5.2.1 3,982 5/18/2023
5.2.0 3,420 5/4/2023
5.1.1 4,159 3/25/2023
5.1.0 3,736 3/16/2023
5.0.0 4,231 2/23/2023
5.0.0-rc.2 127 2/16/2023
5.0.0-rc.1 132 2/9/2023
5.0.0-preview.2 138 2/2/2023
5.0.0-preview.1 158 1/12/2023
4.4.1 5,524 2/2/2023
4.4.0 5,465 12/15/2022
4.3.0 8,050 10/1/2022
4.2.0 6,247 9/1/2022
4.1.1 7,655 7/7/2022
4.1.0 5,202 6/16/2022
4.0.1 4,850 5/27/2022
4.0.0 4,266 5/19/2022
4.0.0-rc.2 165 5/15/2022
4.0.0-rc.1 181 4/29/2022
4.0.0-preview.9-fixed 470 11/12/2021
4.0.0-preview.10 189 11/15/2021
4.0.0-preview.9 169 11/11/2021
4.0.0-preview.8 557 10/22/2021
4.0.0-preview.7 238 10/14/2021
4.0.0-preview.6 258 10/2/2021
4.0.0-preview.5 258 9/10/2021
4.0.0-preview.4 1,855 8/13/2021
4.0.0-preview.3 375 7/9/2021
4.0.0-preview.2 213 7/1/2021
4.0.0-preview.1 220 6/9/2021
3.7.0 31,395 4/7/2022
3.6.0 102,365 11/15/2021
3.5.2.1 8,373 11/12/2021
3.5.2 3,238 11/11/2021
3.5.1 7,264 10/22/2021
3.5.0 4,317 10/14/2021
3.4.5 4,620 10/2/2021
3.4.4 9,233 9/10/2021
3.4.3 20,524 8/13/2021
3.4.2 11,709 7/9/2021
3.4.1 3,761 7/1/2021
3.4.0 7,754 6/3/2021
3.3.0 28,037 3/25/2021
3.2.3 9,689 1/4/2021
3.2.2 4,549 12/26/2020
3.2.1 3,993 12/17/2020
3.2.0 3,761 12/17/2020
3.1.6 20,660 10/31/2020
3.1.5 4,964 10/15/2020
3.1.4 6,002 10/8/2020
3.1.3 4,482 9/17/2020
3.1.2 4,179 9/3/2020
3.1.1 3,724 8/27/2020
3.1.0 3,533 8/20/2020
3.0.1 4,882 7/13/2020
3.0.0 3,940 7/10/2020
3.0.0-rc.2 298 7/5/2020
3.0.0-rc.1 459 6/17/2020
3.0.0-rc.0 692 5/30/2020
3.0.0-preview.2 490 3/28/2020
3.0.0-preview.1 939 10/17/2019
2.9.8 86,578 4/16/2020
2.9.7 20,171 3/5/2020
2.9.6 30,090 1/30/2020
2.9.5 35,188 12/30/2019
2.9.4 6,035 11/12/2019
2.9.3 4,047 10/30/2019
2.9.2 6,830 10/17/2019
2.9.1 14,321 10/3/2019
2.9.0 58,258 8/8/2019
2.8.1 4,397 7/29/2019
2.8.0 4,461 7/25/2019
2.7.4 9,204 6/14/2019
2.7.3 4,037 6/13/2019
2.7.2 4,758 6/1/2019
2.7.1 3,927 5/23/2019
2.7.0 4,300 4/25/2019
2.6.4 6,144 2/2/2019
2.6.3 7,790 1/20/2019
2.6.2 4,768 1/3/2019
2.6.1 4,521 12/21/2018
2.6.0 4,347 12/14/2018
2.5.4 5,731 11/21/2018
2.5.3 4,239 11/20/2018
2.5.2 4,883 11/12/2018
2.5.1 4,493 11/5/2018
2.5.0 3,826 11/1/2018
2.4.0 7,263 10/4/2018
2.3.0 7,022 8/30/2018
2.2.0 4,730 7/26/2018
2.1.0 5,516 6/21/2018
2.0.0 6,241 5/17/2018
1.10.0 22,399 11/19/2017
1.9.0 5,926 8/30/2017
1.8.3 6,059 7/6/2017
1.8.2 5,075 6/6/2017
1.8.1 4,381 6/4/2017
1.8.0 4,725 5/18/2017
1.7.6 8,426 2/19/2017
1.7.5 4,723 2/7/2017
1.0.7.3 49,006 9/7/2015
1.0.7.2 5,459 8/13/2015
1.0.7 13,210 2/1/2015