Rechercher une page de manuel
dbicdump
Langue: en
Version: 2010-02-18 (fedora - 01/12/10)
Section: 1 (Commandes utilisateur)
NAME
dbicdump - Dump a schema using DBIx::Class::Schema::LoaderSYNOPSIS
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 Mannsa°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.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre