thin-generate-schema.pl - Generate model class of DBIx::Thin


NAME

 thin-generate-schema.pl - Generate model class of DBIx::Thin


SYNOPSIS

 thin-generate-schema.pl [options] TABLE_NAME MODULE_NAME
 Description:
    Generate a model class of DBIx::Thin
 Options:
    -d, --dsn           Connection datasource
    -u, --username      Username
    -p, --password      Password
    -k, --primary-key   Primary key field
    -u, --utf8          enable utf8 flag on DBIx::Thin
    -h, --help          Print this message and exit
 thin-generate-schema.pl - Generate model class of DBIx::Thin