1SQL::Translator::ProducUesre:r:LCaotnetxr(i3b)uted PerlSDQoLc:u:mTernatnastliaotnor::Producer::Latex(3)
2
3
4
6 SQL::Translator::Producer::Latex -
7 Produces latex formatted tables ready for import from schema.
8
10 use SQL::Translator;
11 my $translator = SQL::Translator->new(
12 from => 'MySQL',
13 filename => 'foo_schema.sql',
14 to => 'Latex',
15 );
16 print $translator->translate;
17
19 Currently you will get one class (with the a table stereotype)
20 generated per table in the schema. The fields are added as attributes
21 of the classes and their datatypes set. It doesn't currently set any of
22 the relationships. It doesn't do any layout, all the classes are in one
23 big stack. However it is still useful as you can use the layout tools
24 in Dia to automatically arrange them horizontally or vertically.
25
26 Producer Args
28 Chris Mungall
29
31 SQL::Translator.
32
33
34
35perl v5.28.0 2015-06-25SQL::Translator::Producer::Latex(3)