使用EF Core,需要先安装几个依赖包
命令行:
Scaffold-DbContext "Server=localhost;Database=smallapp;User=root;Password=12345" MySql.EntityFrameworkCore