
dbix-migration - Seamless DB up- and downgrades

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

Seamless DB up- and downgrades.


Sebastian Riedel, sri@oook.de

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.