make_fixture_yaml.pl - make fixture data from existing db.
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
- --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
write description for make_fixture_yaml.pl
Toru Yamaguchi <zigorou@cpan.org<gt>