1DBICX-AUTODOC(1) User Contributed Perl Documentation DBICX-AUTODOC(1)
2
3
4
6 dbicx-autodoc - Document a DBIx::Class::Schema object
7
9 Document the ExampleDB schema into the current directory:
10
11 dbicx-autodoc --schema=ExampleDB
12
13 Document the ExampleDB schema, but put the output files into /tmp:
14
15 dbicx-autodoc --schema=ExampleDB --output=/tmp
16
17 See "perldoc dbicx-autodoc" for more information.
18
20 See DBICx::AutoDoc for more detailed explanation of some of these
21 options.
22
23 --help
24 --list
25 --template=<template>
26 --include=<path> or -I <path>
27 --lib or -l
28 --blib or -b
29 --connect
30 --schema=<class>
31 --dsn=<dsn>
32 --user=<user>
33 --pass=<password>
34 --output=<directory>
35 --graphviz-command=<command>
36 --include-path=<directory>
38 DBICx::AutoDoc, <http://www.jasonkohles.com/projects/DBICx-AutoDoc>.
39
41 Jason Kohles "<email@jasonkohles.com>"
42
44 This program is free software. You can redistribute it and/or modify
45 it under the same terms as Perl itself.
46
47
48
49perl v5.38.0 2023-07-20 DBICX-AUTODOC(1)