Adding an ERD Tool to Supabase. #9901
Unanswered
segheysens
asked this question in
Feature Requests
Replies: 1 comment
|
You can find a community built schema visualizer here! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be wonderful to have an auto-diagramming tool like pgAdmin's ERD Tool built into Supabase, for visualizing the tables in your database. Although I think that pgAdmin allows you to create draft diagrams, I see the most value in a view-only, autogenerated ERD diagram from the existing tables. In the long term, it could be interesting to be able to edit tables/columns via an ERD diagram, but just visualizing the current state would be a great step forward.
This feature would be useful for developers and other team members when planning and discussing changes to their data model.
The pgAdmin repository is open-source, so we would not need to completely reinvent the wheel: for example, here's the ERDTool component.
All reactions