dbix-migration - Seamless DB up- and downgrades


NAME

dbix-migration - Seamless DB up- and downgrades

Back to Top


SYNOPSIS

dbix-migration.pl [options] dsn [directory version]

 Options:
   -debug       enable debug messages
   -help        display this help and exits
   -password    database password
   -username    database username
  Examples:
    dbix-migration.pl dbi:SQLite:/some/dir/myapp.db
    dbix-migration.pl dbi:SQLite:/some/dir/myapp.db/some/dir
    dbix-migration.pl dbi:SQLite:/some/dir/myapp.db/some/dir 23

Back to Top


DESCRIPTION

Seamless DB up- and downgrades.

Back to Top


SEE ALSO

the DBIx::Migration manpage

Back to Top


AUTHOR

Sebastian Riedel, sri@oook.de

Back to Top


COPYRIGHT

Copyright 2004-2005 Sebastian Riedel. All rights reserved.

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

Back to Top

 dbix-migration - Seamless DB up- and downgrades