NAME

dao-map-helper - Simplify the creation of Dao classes and the mapping between relational table and class. Kind of a low level ORM, where you can still use SQL and then map the result set to the class objects.

SYNOPSIS

dao-map-helper [options]

Options:

--dsn=dsn          DSN(required)
--user=user      User Name for logging into database.(required)
--pwd=pwd        Password for logging into database.(required)

Available Licenses: perl, bsd, gpl, lgpl, mit

Example:

dao-map-helper --dsn=dbi:mysql:mydb:localhost:3306 --user=root --pwd=pwd

DESCRIPTION

dao-map-helper is a command-line interface to Dao::Map::Helper, which it uses to perform all the work of creating distributions.

CONFIGURATION

NA