Tool to convert DDL in graphical diagram?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Airline Pedestal

    Tool to convert DDL in graphical diagram?


    Does anyone know of a tool that
    will create a graphical diagram from
    a DDL (SQL create script)? Preferable
    a free open-source tool.


    Thanks,

    A

  • Bill Karwin

    #2
    Re: Tool to convert DDL in graphical diagram?

    Airline Pedestal wrote:[color=blue]
    >
    > Does anyone know of a tool that
    > will create a graphical diagram from
    > a DDL (SQL create script)? Preferable
    > a free open-source tool.[/color]

    The closest match I know of is FabForce's tool DBDesigner.
    It's open source, licensed under GPL, and is available at


    I don't know if it does reverse-engineering from a SQL script, but it
    does do some reverse-engineering from a live database. And if you have
    a SQL script for your DDL, you can always generate an empty database for
    DBDesigner to read.

    Regards,
    Bill K.

    Comment

    Working...