I have a current project that uses LINQ to SQL to create a database and then work with data.
I also have another database that already exists, and I do not need to create it. Do you know any tool that can generate a data model for my existing database?
Note: my database is pretty flat so I donβt have to worry about complex relationships
Thanks in advance;
source share