The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

mkfeyorm.pl - Make skeleton code with Fey::ORM

VERSION

version 0.002

SYNOPSIS

$ mkfeyorm.pl \ --namespace MedicalCoding::Test \ --table_namespace Model \ --schema Schema \ --table AE::Source \ --table AE::Task \ --table CM::Source \ --table CM::Task \ --table MC::User \ --table MC::Role \ --table MC::UserRole

DESCRIPTION

This is a App::mkfeyorm wrapper script. At least --schema and --table options are needed.

OPTIONS

    mkfeyorm.pl [-hnostv] [long options...] ...
        -s --schema             schema module name
        -t --tables             table module name list
        -n --namespace          base namespace
        --table_namespace       base table namespace
        --schema_namespace      base schema namespace
        -o --output_path        base directory (default: lib/)
    
        -v --verbose            print extra stuff
        -h --help               print usage message and exit

SEE ALSO

Fey::ORM
App::mkfeyorm

AUTHOR

Keedi Kim - 김도형 <keedi@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Keedi Kim.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.