mtxr / vscode-sqltools

Database management for VSCode

Home Page:https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERD diagram

windmillcode0 opened this issue · comments

Is your feature request related to a problem? Please describe.
More of an inconvenience how easy would it to create an ERD diagram

Describe the solution you'd like
ERD diagram support

Describe alternatives you've considered
DBeaver was a comprehensive tool but lacked ERD diagram support

Additional context
I cant believe no one reach out about this earlier
we will make a PR and work on it

If you can show us the files responsible for pulling all the schema entities (SELECT * FROM Information_Schema` that would work

I think ERD support would be really useful. Do you have some thoughts on how you would achive this? Is there something pre-built that does the heavy lifting? What did you have in mind?

were using https://www.npmjs.com/package/@dineug/erd-editor for the ERD diagram So far were able to run the main extension in extension developer but if we can get the pluging that will work wonders. We would want the diagram to optionally include the schema the entity is coming from since right now we have a cross schema db