PDA

View Full Version : Present a database


194673
04-01-2008, 02:54 AM
I'll keep it short: I want to present the structure of my database in a aesthetically pleasing manner, what's the best program/way that does this. Basically, I want to show table structure and relationships.

Fumigator
04-01-2008, 05:21 AM
Prepared to pay?

http://www.microolap.com/products/database/mysql-designer/

http://shareme.com/showall/Visual-Diagram.html

Or try some free options:

http://shareme.com/showall/freeware/Visual-Diagram.html

I think you're going to get what you pay for with this kind of tool.

awatson
04-08-2008, 03:18 PM
If it's not too big a database (table-wise) and you're willing to do it manually, the drawing program in OpenOffice can probably let you make a decent diagram.

TheShaner
04-08-2008, 03:20 PM
Why not MySQL WorkBench (http://dev.mysql.com/workbench/)? :thumbsup:

-Shane