Nate Posted June 13, 2003 Posted June 13, 2003 Would anyone be interested in a script that uses the GD library to draw a picture of foreign key constraints in their MySQL/Innodb database? I haven't been able to find anything free out there that does it. If so I'll share what I've done so far. If not I'll just keep it to myself See it in action drawing the mess I've made. Red dots are "parents" and blue dots are "children" in the relationships. l8r, Nate Quote
surefire Posted June 13, 2003 Posted June 13, 2003 I'm not exactly sure what it does... but I like the fact that you're using the GD library... one of the more esoteric bells and whistles offered by TCH. Cool stuff. Thanks for posting your hard work. Quote
TCH-JimE Posted June 13, 2003 Posted June 13, 2003 Hi, Cool., maybe we should give it to London Underground so the map is a bit more easy! Nice though! Jim Quote
Guest Guest_Nate Posted June 13, 2003 Posted June 13, 2003 I'm not exactly sure what it does... but I like the fact that you're using the GD library... one of the more esoteric bells and whistles offered by TCH. Cool stuff. Thanks for posting your hard work. Not sure what it does...? Well, each box represents a table in the MySQL database, and each line represents a foreign key contraint for the table. So basically all it does is give a graphical representation of foreign key definitions. GD is pretty spiffy. l8r, Nate Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.