DOKK / manpages / debian 12 / libdbix-class-perl / SQL::Translator::Producer::DBIx::Class::File.3pm.en
SQL::Translator::Producer::DBIx::Class::File(3pm) User Contributed Perl Documentation SQL::Translator::Producer::DBIx::Class::File(3pm)

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

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

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

Check the list of additional DBIC resources.

This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.

2022-05-21 perl v5.34.0