1DBICDUMP(1)           User Contributed Perl Documentation          DBICDUMP(1)
2
3
4

NAME

6       dbicdump - Dump a schema using DBIx::Class::Schema::Loader
7

SYNOPSIS

9         dbicdump [-o <loader_option>=<value> ] <schema_class> <connect_info>
10

DESCRIPTION

12       Dbicdump generates a DBIx::Class schema using "make_schema_at" in
13       DBIx::Class::Schema::Loader and dumps it to disk.
14
15       You can pass any DBIx::Class::Loader::Base constructor option using "-o
16       <option>=<value>". For convenience, option names will have "-" replaced
17       with "_" and values that look like references or quote-like operators
18       will be "eval"-ed before being passed to the constructor.
19
20       The "dump_directory" option defaults to the current directory if not
21       specified.
22

SEE ALSO

24       DBIx::Class::Schema::Loader, DBIx::Class.
25

AUTHOR

27       Dagfinn Ilmari Mannsaaker "<ilmari@ilmari.org>"
28

LICENSE

30       This program is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32
33
34
35perl v5.12.2                      2010-03-22                       DBICDUMP(1)
Impressum