debian man page for sql::translator::producer::diauml

Query: sql::translator::producer::diauml

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SQL::Translator::Producer::DiaUml(3pm)			User Contributed Perl Documentation		    SQL::Translator::Producer::DiaUml(3pm)

NAME
SQL::Translator::Producer::DiaUml - Produces dia UML diagrams from schema.
SYNOPSIS
use SQL::Translator; my $translator = SQL::Translator->new( from => 'MySQL', filename => 'foo_schema.sql', to => 'DiaUml', ); print $translator->translate;
DESCRIPTION
Currently you will get one class (with the a table stereotype) generated per table in the schema. The fields are added as attributes of the classes and their datatypes set. It doesn't currently set any of the relationships. It doesn't do any layout, all the classses are in one big stack. However it is still useful as you can use the layout tools in Dia to automatically arrange them horizontally or vertically. Producer Args
AUTHOR
Mark Addison <grommit@users.sourceforge.net>.
TODO
* Add the foriegn keys from the schema as UML relations. * Layout the classes.
SEE ALSO
SQL::Translator. perl v5.14.2 2012-01-18 SQL::Translator::Producer::DiaUml(3pm)
Related Man Pages
sql::translator::parser::dbix::class5.18(3) - mojave
sql::translator::parser::xml::sqlfairy(3pm) - debian
sql::translator::producer::html(3pm) - debian
sql::translator::producer::mysql(3pm) - debian
sql::translator::schema::procedure(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?