|
NAMESQL::Translator::Producer::DBIx::Class::File - DBIx::Class file producerSYNOPSISuse SQL::Translator; my $t = SQL::Translator->new( parser => '...', producer => 'DBIx::Class::File' ); print $translator->translate( $file ); DESCRIPTIONCreates a DBIx::Class::Schema for use with DBIx::ClassFURTHER QUESTIONS?Check the list of additional DBIC resources.COPYRIGHT AND LICENSEThis 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.
Visit the GSP FreeBSD Man Page Interface. |