Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SQL::Translator::Producer::DBIx::Class::File - DBIx::Class file producer

Description

       Creates a DBIx::Class::Schema for use with DBIx::Class

Further Questions?

       Check the list of additional DBIC resources.

Name

       SQL::Translator::Producer::DBIx::Class::File - DBIx::Class file producer

Synopsis

         use SQL::Translator;

         my $t = SQL::Translator->new( parser => '...',
                                       producer => 'DBIx::Class::File' );
         print $translator->translate( $file );

See Also