in reply to Re: 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?

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
  • Comment on Re: Re: Re: Is there any script to translate a simple SQL script to an ER diagram?
  • Download Code