in reply to Re: Is there any script to translate a simple SQL script to an ER diagram?
in thread Is there any script to translate a simple SQL script to an ER diagram?

What flags, if any, are you using with sqlt_diagram.pl?
  • Comment on Re: Re: Is there any script to translate a simple SQL script to an ER diagram?

Replies are listed 'Best First'.
Re: Re: Re: Is there any script to translate a simple SQL script to an ER diagram?
by bronto (Priest) on Aug 21, 2003 at 06:58 UTC

    Here you are:

    sqlt-diagram.pl --output grafico.png --db=PostgreSQL createdb.sql

    Same flags for sqlt-graph.pl

    Ciao!
    --bronto


    The very nature of Perl to be like natural language--inconsistant and full of dwim and special cases--makes it impossible to know it all without simply memorizing the documentation (which is not complete or totally correct anyway).
    --John M. Dlugosz