Scaffold existing database asp core 3

MySQL Server October 24, 2020 python

Scaffold existing database aspcore 3

python
Scaffold-DbContext "Server=(localdb)\mssqllocaldb;Database=dbname;Trusted_Connection=True;MultipleActiveResultSets=true" Microsoft.EntityFrameworkCore.SqlServer -OutputDir DirName -DataAnnotations