SQL::Translator::Producer::Diagram man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

SQL::Translator::ProduUser:Contributed PeSQL::Translator::Producer::Diagram(3)

NAME
       SQL::Translator::Producer::Diagram - ER diagram producer for
       SQL::Translator

SYNOPSIS
       Use via SQL::Translator:

	 use SQL::Translator;

	 my $t = SQL::Translator->new(
	     from	   => 'MySQL',
	     to		   => 'GraphViz',
	     producer_args => {
		 # All args are optional
		 out_file	  => 'schema.png',# if not provided will go to STDOUT
		 output_type	  => 'png',	  # is default or 'jpeg'
		 title		  => 'My Schema', # default is filename
		 font_size	  => 'medium',	  # is default or 'small,' 'large'
		 imap_file	  => '',	  # filename to write image map coords
		 imap_url	  => '',	  # base URL for image map
		 gutter		  => 30		  # is default, px distance b/w cols
		 num_columns	  => 5,		  # the number of columns
		 no_lines	  => 1,		  # do not draw lines to show FKs
		 add_color	  => 1,		  # give it some color
		 show_fk_only	  => 1,		  # show only fields used in FKs
		 join_pk_only	  => 1,		  # use only primary keys to figure PKs
		 natural_join	  => 1,		  # intuit FKs if not defined
		 skip_fields	  => [...],	  # list* of field names to exclude
		 skip_tables	  => [...],	  # list* of table names to exclude
		 skip_tables_like => [...],	  # list* of regexen to exclude tables
	     }
	 ) or die SQL::Translator->error;
	 $t->translate;

       * "list" can be either an array-ref or a comma-separated string

AUTHOR
       Ken Youens-Clark <kclark@cpan.org>.

perl v5.14.2			  2011-05SQL::Translator::Producer::Diagram(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net