CodeIgniter Forums
ER Design Tool - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ER Design Tool (/showthread.php?tid=12824)



ER Design Tool - El Forum - 11-01-2008

[eluser]sl3dg3hamm3r[/eluser]
Hey there

I usually start to write the SQL-queries for tables and their relations in notepad. But for documentation-reasons, I'd like to have at the end a graphical view of the whole model.

What tools do you use? In my case, it should be able to interpret the DDL-File (MySql). Are there some good open-source tools for windows?

Sl3dg3


ER Design Tool - El Forum - 11-01-2008

[eluser]ervinter[/eluser]
maybe you can try gliffy.com


ER Design Tool - El Forum - 11-01-2008

[eluser]Randy Casburn[/eluser]
Although it is the basis of the MySQL Workbench modeling tool , I still use DBDesigner4 since it is not restricted so much. You can still find it here:

http://fabforce.net/downloads.php

Randy


ER Design Tool - El Forum - 11-02-2008

[eluser]javier_[/eluser]
architect is nice (and open source) the only defect (or advantage,depending on) is that use java, but don't weigh too much.


My 2 cents.