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

NAME  SYNOPSIS  DESCRIPTION  AUTHOR  CONTRIBUTORS  SEE ALSO 

NAME

SQL::Translator::Producer::POD − POD producer for SQL::Translator

SYNOPSIS

use SQL::Translator;
my $t = SQL::Translator−>new( parser => '...', producer => 'POD', '...' );
print $t−>translate;

DESCRIPTION

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

AUTHOR

Ken Youens-Clark <[email protected]>.

CONTRIBUTORS

Jonathan Yu <[email protected]>

SEE ALSO

perldoc, perlpod, Pod::POM, Template::Manual::Plugins.


Updated 2024-01-29 - jenkler.se | uex.se