The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

make_fixture_yaml.pl - make fixture data from existing db.

VERSION

0.01

SYNOPSIS

  Options:
    --dsn|-d            database dsn
    --user|-u           database user
    --password|-p       database password
    --table|-t          table name
    --name|-n           named columns ( multiple choice )
    --execute|-e        execute query
    --output|-o         output file name (yaml format)
    --help|-h           brief help message
    --man               full documentaion

OPTIONS

--dsn|-d

database dsn.

--user|-u

database user.

--password|-p

database password.

--table|-t

table name

--name|-n

named columns ( multiple choice )

--execute|-e

execute query

--output|-o

output file name.

--help|-h

Print brief help message and exit

--man

Prints the manual page and exit

DESCRIPTION

write description for make_fixture_yaml.pl

AUTHOR

Toru Yamaguchi <zigorou@cpan.org<gt>

SEE ALSO