The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SQL::Translator::Producer::Teng - Teng-specific producer for SQL::Translator

SYNOPSIS

Use via SQL::Translator:

    use SQL::Translator;
    my $t = SQL::Translator->new( parser => '...' );
    $t->producer('Teng', package => 'MyApp::DB::Schema');
    $t->translate;

DESCRIPTION

This module will produce text output of the schema suitable for Teng. It will be a '.pm' file of Teng::Schema::Declare format.

ARGUMENTS

This producer takes a single optional producer_arg package, which provides the package name of the target schema '.pm' file.

LICENSE

Copyright (C) Songmu.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Songmu <y.songmu@gmail.com>