NAME
dbicdump - Dump a schema using DBIx::Class::Schema::Loader
SYNOPSIS
dbicdump [-o <loader_option>=<value> ] <schema_class> <connect_info>
DESCRIPTION
Dbicdump generates a DBIx::Class schema using "make_schema_at" in DBIx::Class::Schema::Loader and dumps it to disk.
You can pass any DBIx::Class::Loader::Base constructor option using -o <option>=<value>
. For convenience, option names will have -
replaced with _
and values that look like references or quote-like operators will be eval
-ed before being passed to the constructor.
The dump_directory
option defaults to the current directory if not specified.
SEE ALSO
DBIx::Class::Schema::Loader, DBIx::Class.
AUTHOR
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 30:
Non-ASCII character seen before =encoding in 'Mannsåker'. Assuming CP1252