Free SQL→ER diagram tool, runs in the browser, nothing uploaded
51–60 of 81 posts
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#52Such 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
#53Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#54100/10 for mobile usability. Panning, Zooming, selecting and moving was so seamless I thought I was tripping out.
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#55Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#56Its there already as dbdiagram, what's new?
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#57Have only had a quick look at it, but it looks very nicely done! Out of interest, did you use AI to assist with development? If yes, what percentage of the code would you say is AI generated vs conventional?
Given that it has only two commits, where the first one is just "done", I would guess a substantial amount.
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#58The 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.
one man’s simplicity is another man’s headache
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#59The 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.
I guess nowadays few people care about this difference.
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#60I'm using https://github.com/ondras/wwwsqldesigner and I think that's worth taking it in account for comparison.