NAME

dbix-migration - Seamless DB up- and downgrades

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

DESCRIPTION

Seamless DB up- and downgrades.

SEE ALSO

DBIx::Migration

AUTHOR

Sebastian Riedel, sri@oook.de

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.