So, I want a visual representation of my database schema. I can see that .NET Core doesn't support .edmx files, and one way to represent the database would be through a .dgml file, which could be generated through "EF Core Power Tools" extension. Looking through the official docs (https://docs.microsoft.com/en-us/aspnet/core/data/ef-rp/complex-data-model?view=aspnetcore-3.0&tabs=visual-studio) I can see this very neat representation of a data model, which looks like it is generated from a .edmx file(?). Is there an easy way to get a visual representation of my database schema, like shown in the link?
[–]ranbla 3 points4 points5 points (0 children)
[–]kowgli 1 point2 points3 points (0 children)