Generating a model from an existing database
https://www.learnentityframeworkcore.com/walkthroughs/existing-database In previous versions of Entity Framework, you had the option to take a Database-First approach to modelling from an existing database, resulting in the generation of an EDMX file. Support for the EDMX file was dropped in Entity Framework Core in favour of using commands to reverse-engineering files for the model from an existing …
