1SQL::Translator::ProducUesre:r:PCOoDn(t3r)ibuted Perl DoScQuLm:e:nTtraatnisolnator::Producer::POD(3)
2
3
4

NAME

6       SQL::Translator::Producer::POD - POD producer for SQL::Translator
7

SYNOPSIS

9         use SQL::Translator;
10
11         my $t = SQL::Translator->new( parser => '...', producer => 'POD', '...' );
12         print $t->translate;
13

DESCRIPTION

15       Creates a POD description of each table, field, index, and constraint.
16       A good starting point for text documentation of a schema.  You can
17       easily convert the output to HTML or text using "perldoc" or other
18       interesting formats using Pod::POM or Template::Toolkit's POD plugin.
19

AUTHOR

21       Ken Youens-Clark <kclark@cpan.org>.
22
23   CONTRIBUTORS
24       Jonathan Yu <frequency@cpan.org>
25

SEE ALSO

27       perldoc, perlpod, Pod::POM, Template::Manual::Plugins.
28
29
30
31perl v5.30.0                      2019-07-26 SQL::Translator::Producer::POD(3)
Impressum