Free SQL→ER diagram tool, runs in the browser, nothing uploaded
11–20 of 81 posts
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#12Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#13100/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
#14100/10 for mobile usability. Panning, Zooming, selecting and moving was so seamless I thought I was tripping out.
That's really good yes, even double tapping editing does not reset the zoom level. Definitely one of the best mobile friendly site I have seen.
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#15Basically integrate sqlglot to translate the schema between dialects and then use a base dialect for generating the schema.
The two tools seem complementary and you seem to be a better designer, so it would be nice to see it all together
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#16100/10 for mobile usability. Panning, Zooming, selecting and moving was so seamless I thought I was tripping out.
Yeah, my first thought was that the diagramming bit needs to be ripped out into its own library, because I can see a use for the diagramming bits for more than ER diagrams.
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#17Could we have the option of straight lines and 90 degree angles? I’ve never really liked the bendy ones. Looks cool, good job!
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#18Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#19It's a small too nothing great I just figured others might find it useful too. I kept finding myself needing to visualize database schemas, but most tools had the same problems: paywalls, mandatory signups, or sending your SQL to someone else's server. No backend, no accounts, no data leaving your machine. A few implementation details that were fun: * Built on instead of DOM/SVG. Tables are rasterized into cached bit…
Re: Free SQL→ER diagram tool, runs in the browser, nothing uploaded
#20100/10 for mobile usability. Panning, Zooming, selecting and moving was so seamless I thought I was tripping out.
Author is top notch in my book. I'm a sucker for someone taking a complex problem and distilling out a simple solution. I don't know of higher praise to give a developer.