Generate documentation
| User, date | Message |
|---|---|
|
Written by mintakastar
1 year ago Category: General 2 posts since Wed, 11 Apr 12 |
Hello I just want to now if heid sql generates documentations of my database. i.e. geneare a document (doc, pdf, whatever) with the objects and their descriptions , tables, triggers, views ?? Not the scripts, it may be used to see and comprehen the database model, with a diagram too. |
|
Written by jfalch
1 year ago 224 posts since Sat, 17 Oct 09 |
Using "Tools / Export Database as SQL", you can generate a file of SQL DDL commands (CREATE DATABASE, CREATE TABLE, etc) that describe the objects in the database. That´s it; no pdf, no diagram. To generate a diagram, you could use MySQL Workbench. |
|
Written by mintakastar
1 year ago 2 posts since Wed, 11 Apr 12 |
well, i think i'll check MySql workbench out, for that stuff thanks any way =D |
|
Please login to leave a reply, or register at first. |