Home

DB diagram recommendations? (ERD tool)

$$21573
https://lemmy.world/u/Skullgrid posted on Apr 2, 2026 17:47

I’ve been playing with a DB for a personal project, and I want to start again, and sketch out some ideas on how to set it up. I only want a GUI that I can set up tables and connect them together and set their properties. Maybe add notes.

Just a simple UI tool. I don’t want it to access my db or whatever, I just want to sketch it out. What do you use for DB planning?

https://lemmy.world/post/45080641
Reply
$$21582
https://lemmy.world/u/coolie4 posted on Apr 2, 2026 18:22
In reply to: https://lemmy.world/post/45080641

draw.io aka diagrams.net

Save as .drawio or .svg and add to revision control

https://lemmy.world/comment/23010728
Reply
$$21592
https://lemmy.world/u/dgdft posted on Apr 2, 2026 18:57
In reply to: https://lemmy.world/post/45080641

Seconding draw.io as the swiss-army-knife that’ll do this and more…

But honorable mention to graphviz if you want dead-simple, low-friction simple charts: https://zackees.github.io/webgraphviz/

https://lemmy.world/comment/23011339
Reply
$$21604
https://programming.dev/u/NostraDavid posted on Apr 2, 2026 20:05
In reply to: https://lemmy.world/comment/23010728

Note that the .svg (or .png, for that matter) contains the metadata for draw.io itself, so you can basically have a regular .png that you can also open in draw.io.

Just don’t optimize the .png for filesize - the metadata will be removed, and you won’t be able to edit the file anymore.

Same for the .svg with https://svgomg.net/

https://programming.dev/comment/23078910
Reply
$$21605
https://programming.dev/u/NostraDavid posted on Apr 2, 2026 20:06
In reply to: https://lemmy.world/post/45080641

I use mermaid or PlantUML, so I can write it out in text and get a visual render inside vscode (just get yourself a mermaid or PlantUML extension)

https://programming.dev/comment/23078930
Reply
$$21639
https://feddit.org/u/DmMacniel posted on Apr 3, 2026 00:04
In reply to: https://lemmy.world/post/45080641

Mysql workbench comes with diagramming tools.

https://feddit.org/comment/12351226
Reply
$$21646
https://lemmy.world/u/Skullgrid posted on Apr 3, 2026 01:41
In reply to: https://lemmy.world/comment/23010728

@dgdft@lemmy.world

SOLD!.. to the gentlemen that recommended the electron app 😭

https://lemmy.world/comment/23016803
Reply
$$21679
https://fedia.io/u/Maestro posted on Apr 3, 2026 05:57
In reply to: https://lemmy.world/post/45080641

Good old Dia: http://dia-installer.de/

https://fedia.io/m/linux@programming.dev/t/3698762/-/comment/14603663
Reply