dbicdump(1) - Linux man page

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 Mannsaaker "<ilmari@ilmari.org>"

License

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