Re: [RDBO] How to make graphviz charts from database schemas automagically

2006-05-02 Thread Ron Savage
On Tue, 2 May 2006 16:00:45 -0400, Guillermo Roditi wrote: Hi Guillermo > http://rose.sourceforge.net/wiki/index.php/Generating_Schema_Graphs Right. Or the old-fashioned :-) way: http://savage.net.au/Ron/html/graphing-database-schema.html -- Cheers Ron Savage, [EMAIL PROTECTED] on 3/05/2006 ht

Re: [RDBO] How to make graphviz charts from database schemas automagically

2006-05-02 Thread Guillermo Roditi
yeah. captcha or requiring registration, but the latter sucksim on the wiki dev list and theres often captcha talk yet i see no code attached. im sure its out there though. I'd help look but I am kind of at work : / On 5/2/06, John Siracusa <[EMAIL PROTECTED]> wrote: On 5/2/06, Guillermo Roditi

Re: [RDBO] How to make graphviz charts from database schemas automagically

2006-05-02 Thread Guillermo Roditi
Fixed the emacs cut n paste error. wiki source is below for the pageI made a simple set of functions to generate dot files for rendering into graphs of database schemas and their relationships.You can get a hold of me at groditi[at]gmail[dot]com ===dotmaker.pl===use Rose::DB::Object;   

Re: [RDBO] How to make graphviz charts from database schemas automagically

2006-05-02 Thread John Siracusa
On 5/2/06, Guillermo Roditi <[EMAIL PROTECTED]> wrote: I added it to the wiki. and I also reverted some spam. http://rose.sourceforge.net/wiki/index.php/Generating_Schema_Graphs Thanks! The wiki spam is out of control. Anyone know how I can fight it using mediawiki? Blocking the spammer IP a

Re: [RDBO] How to make graphviz charts from database schemas automagically

2006-05-02 Thread Uwe Voelker
Hi, > http://rose.sourceforge.net/wiki/index.php/Generating_Schema_Graphs Nice! There is a mistake in dotmaker.pl (second line). Can you please post the code to the mailing list? So it ends up in the SF archive, which is more durable than the wiki :-( Thanks, bye, Uwe ---

[RDBO] How to make graphviz charts from database schemas automagically

2006-05-02 Thread Guillermo Roditi
I added it to the wiki. and I also reverted some spam.http://rose.sourceforge.net/wiki/index.php/Generating_Schema_Graphs