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

NAME

dbicx-autodoc - Document a DBIx::Class::Schema object

SYNOPSIS

Document the ExampleDB schema into the current directory:

    dbicx-autodoc --schema=ExampleDB

Document the ExampleDB schema, but put the output files into /tmp:

    dbicx-autodoc --schema=ExampleDB --output=/tmp

See perldoc dbicx-autodoc for more information.

OPTIONS

See DBICx::AutoDoc for more detailed explanation of some of these options.

--help

--list

--template=<template>

--include=<path> or -I <path>

--lib or -l

--blib or -b

--connect

--schema=<class>

--dsn=<dsn>

--user=<user>

--pass=<password>

--output=<directory>

--graphviz-command=<command>

--include-path=<directory>

SEE ALSO

DBICx::AutoDoc, http://www.jasonkohles.com/projects/DBICx-AutoDoc.

AUTHOR

Jason Kohles <email@jasonkohles.com>

LICENSE

This program is free software. You can redistribute it and/or modify it under the same terms as Perl itself.