NAME

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

SYNOPSIS

use SQL::Translator::Producer::POD;

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.

AUTHOR

Ken Y. Clark <kclark@cpan.org>

SEE ALSO

perldoc, perlpod, Pod::POM, Template::Toolkit.