June 13, 2026
No paywalls, just plot twists
Free SQL→ER diagram tool, runs in the browser, nothing uploaded
A free diagram maker wins cheers, one GitHub faceplant, and a fight over squiggly lines
TLDR: A free browser tool now turns database setup text into a visual chart without uploading anything, which matters because many people hate handing private work to random websites. Commenters loved the no-signup, privacy-first approach, then immediately sparked mini-drama over a broken GitHub link and whether the connecting lines should be curvy or boxy.
A tiny browser tool for turning plain database setup text into a visual map has somehow delivered big main-character energy. The pitch is simple: paste in your table setup, get an interactive relationship diagram instantly, drag things around, export it as an image, and—crucially for the privacy crowd—nothing leaves your device. No sign-up, no paywall, no sneaky upload. In a community that is deeply tired of being asked to hand over data just to do basic work, that last part got a loud virtual standing ovation.
The creator, robhati, came in with extremely humble vibes—basically, “I built this because every other option annoyed me.” That mood clearly hit home. One commenter flat-out said, “I was looking for it, thanks! Great work!” which is the internet equivalent of confetti. But because this is the internet, peace lasted about six seconds before someone spotted that the GitHub link dumped people onto GitHub’s front page instead of the actual project. Instant tiny-drama: less scandal, more sitcom pratfall.
And then came the most delightfully niche fight of all: line discourse. One user politely asked for straight lines and neat right angles because they don’t like the current curvy connectors. Yes, the hottest design debate here is basically Team Squiggle vs. Team Sharp Corners. It’s the kind of nerdy chaos people adore—low stakes, weirdly passionate, and oddly relatable. In short: a useful free tool arrived, the privacy-conscious crowd cheered, one link tripped on the red carpet, and the comments immediately started redesigning the furniture.
Key Points
- •SQL to ER Diagram is a free, open-source browser-based tool for converting SQL schemas into interactive ER diagrams.
- •Users can paste CREATE TABLE statements to visualize tables, columns, keys, and relationships immediately.
- •The tool supports PostgreSQL, MySQL, SQLite, and SQL Server syntax, including CREATE TABLE and ALTER TABLE DDL.
- •Users can drag tables, auto-arrange layouts, add notes, and export diagrams as PNG or SVG.
- •The article states that all processing happens locally in the browser, with no upload, storage, installation, or account required.