dbicx-autodoc - Man Page

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.

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation