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

SQL::Translator::Producer - describes how to write a producer

Producer modules designed to be used with SQL::Translator need to implement a single function, called produce. produce will be called with the SQL::Translator object from which it is expected to retrieve the SQL::Translator::Schema object which has been populated by the parser. It is expected to return a string.

Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.

perl(1), SQL::Translator, SQL::Translator::Schema.

2022-11-19 perl v5.36.0