logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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