ef
code first
db first
https://docs.microsoft.com/zh-tw/ef/core/get-started/aspnetcore/existing-db
Scaffold-DbContext "Server=.;Database=.;User Id=.;Password=." Microsoft.EntityFrameworkCore.SqlServer -OutputDir Datas -verbose
MS SQL
Microsoft.EntityFrameworkCore.SqlServer
MySQL
MySql.Data.EntityFrameworkCore