dbTalk Databases Forums  

DDL -> HTML?

comp.databases.mysql comp.databases.mysql


Discuss DDL -> HTML? in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jan Luehr
 
Posts: n/a

Default DDL -> HTML? - 05-07-2011 , 03:12 PM






Hello,

d'ya know any MySQL DDL -> HTML conversion tool? We'd like to generate
some developer docs using an existing MySQL DDL (SQL) file including
comments.

Thanks in advance,
Keep smiling
yanosz

Reply With Quote
  #2  
Old   
Thomas 'PointedEars' Lahn
 
Posts: n/a

Default Re: DDL -> HTML? - 05-07-2011 , 07:01 PM






Jan Luehr wrote:

Quote:
d'ya know any MySQL DDL -> HTML conversion tool?
No.

Quote:
We'd like to generate some developer docs using an existing MySQL DDL
(SQL) file including comments.
Good luck.

--
PointedEars

Bitte keine Kopien per E-Mail. / Please do not Cc: me.

Reply With Quote
  #3  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: DDL -> HTML? - 05-07-2011 , 08:11 PM



On 5/7/2011 4:12 PM, Jan Luehr wrote:
Quote:
Hello,

d'ya know any MySQL DDL -> HTML conversion tool? We'd like to generate
some developer docs using an existing MySQL DDL (SQL) file including
comments.

Thanks in advance,
Keep smiling
yanosz
Not MySQL specific, I don't. But if you're using pretty much standard
SQL (few MySQL extensions), some of the standard conversion tools might
work.

I don't use them myself - I seldom generate HMTL from my DDL. I prefer
pretty pictures.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
  #4  
Old   
Lennart Jonsson
 
Posts: n/a

Default Re: DDL -> HTML? - 05-08-2011 , 02:37 AM



On 2011-05-07 22:12, Jan Luehr wrote:
Quote:
Hello,

d'ya know any MySQL DDL -> HTML conversion tool? We'd like to generate
some developer docs using an existing MySQL DDL (SQL) file including
comments.

Not exactly what you asked for, but schemaspy does a pretty god job on
documenting schemas (http://schemaspy.sourceforge.net/).



/Lennart

Reply With Quote
  #5  
Old   
Joe Hesse
 
Posts: n/a

Default Re: DDL -> HTML? - 05-08-2011 , 02:40 PM



On Sat, 07 May 2011 22:12:02 +0200, Jan Luehr wrote:

Quote:
Hello,

d'ya know any MySQL DDL -> HTML conversion tool? We'd like to generate
some developer docs using an existing MySQL DDL (SQL) file including
comments.

Thanks in advance,
Keep smiling
yanosz
Maybe what your are looking for is MySQL Workbench SE (not GA). I think
it costs about $100 and, unforunately, the GA version number is past the
SE version number. It has tools for creating all sorts of documentation,
including HTML, from your schema.

Reply With Quote
  #6  
Old   
Axel Schwenke
 
Posts: n/a

Default Re: DDL -> HTML? - 05-09-2011 , 01:07 PM



Jan Luehr <jan (AT) stephan (DOT) homeunix.net> wrote:
Quote:
d'ya know any MySQL DDL -> HTML conversion tool?
What should that be? Maybe like so?

(echo "<pre>"; cat $SQLFILE; echo "</pre>") > $HTMLFILE

Quote:
We'd like to generate
some developer docs using an existing MySQL DDL (SQL) file including
comments.
The preferred way to document a relational schema is an ER diagram.
Applications of the "Data Modeller" kind (MySQL Workbench, DB-Designer,
TOAD, etc.) can do that. Some can even "guess" the ER from DDL.

But the typical workflow is in the other direction: create the data
model with comments and have DDL generated from it.


XL

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.