Live data from Hacker News

Free SQL→ER diagram tool, runs in the browser, nothing uploaded

sqltoerdiagram.com

31–40 of 81 posts

Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded

#32

The tool looks very cool! But IMO you can't get an ER diagram from SQL since entities are fundamentally different from tables. They are certainly very similar, but SQL alone doesn't give you enough information to create an ER diagram. That's not to say that the tool is useless or that diagrams of this sort are unhelpful. I'll admit I'm being pedantic and others will probably disagree.

> entities are fundamentally different from tables

Isn't the fact that they are _mostly_ interchangeable the foundational principle of hundreds of ORMs? Of course the DDL doesn't say much about the entity's lifecycle, but if the bar is set at representing its relationships, fields and cardinality as a graph, it seems sufficient?

Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded

#35
post #25

Such an old problem solved very elegantly. Congrats. Remember the days of MySQL Workbench and how clunky it was.

> Remember the days of MySQL Workbench and how clunky it was

I loved MySQL Workbench, but it had its faults. Is there any equivalent alternative today? I've dreamed about an app that fuses MySQL Workbench + real-time collaboration, so I can share the same workspace with others in the team and see what others are are up to and collaborate on things.

Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded

#37
This is cool! I made something similar a little while ago that I’ve been touching up here and there. You can’t export to any SQL but I just wanted a tool I can use to diagram tables: https://datagram.studio

Edit: should clarify mine is also free! It’s quite specific to my needs but I’m happy with it

Post reply on HN