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:
   --dsn|d           Connection datasource
   --username|u      Username
   --password|p      Password
   --primary-key|pk  Primary key field
   --utf8|u          enable utf8 flag on DBIx::Thin
   --help            Print this message and exit