table of contents
other versions
- Tumbleweed 0.082844-1.2
- Leap-15.6
SQL::Translator::Producer::DBIx::Class::File(3) | User Contributed Perl Documentation | SQL::Translator::Producer::DBIx::Class::File(3) |
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 );
DESCRIPTION¶
Creates a DBIx::Class::Schema for use with DBIx::Class
FURTHER QUESTIONS?¶
Check the list of additional DBIC resources.
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.
2025-01-22 | perl v5.40.0 |