SQL::Translator::Producer::DBIx::Class::File - DBIx::Class file producer
Contents
Copyright And License
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.
perl v5.40.0 2025-02-01 SQL::Translator...Ix::Class::File(3pm)
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 );
