T4 scaffolding templates for MySql database to generate LINQ to DB data models. It provides only scaffolding functionality and to use Linq To DB in your project you should add reference to linq2db nuget and corresponding database provider explicitly.
$ dotnet add package linq2db.MySqlAlso check command-line scaffolding tool: linq2db.cli.
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.
This package includes only scaffolding functionality. Additionally you will need to reference:
Informix you can also use legacy ODS or SQLi IBM.Data.Informix providers, but we don't recommend itSystem.Data.SqlServerCe providerSybase.AdoNet45.AseClient native provider (not recommended, low quality provider)