DOKK / manpages / debian 12 / libsql-translator-perl / SQL::Translator::Producer::POD.3pm.en
SQL::Translator::Producer::POD(3pm) User Contributed Perl Documentation SQL::Translator::Producer::POD(3pm)

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

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

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.

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

CONTRIBUTORS

Jonathan Yu <frequency@cpan.org>

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

2022-11-19 perl v5.36.0