The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.018

  • Documentation fixes (Volker++)
  • Project title change
  • ::SchemaLoader now more carefully preserves connection information from its target database (code cribbed from frew++)
  • new command: "dbic-migration install_version_storage", which lets you force install the versioning tables and metadate into a target DB. This could be useful if you have an existing database that you want to start versioning.

Documentation

commandline tool to create and manage your migrations
Answers to Frequently Asked Questions
Features of DBIx::Class::Migration
How to use DBIx::Class::Migration
Bootstrap your project files

Modules

Use your DB Sandbox to run Catalyst
Use the best tools together for sane database migrations
Autocreate a mysql sandbox
Utility to populate fixture data
Autocreate a postgresql sandbox
Control your Perl Migration Run Scripts
Schema Loader Factory
Tools to manage database Migrations
Build a target_dir in /share
Autocreate a Sqlite sandbox
Build a sandbox at target_dir
Build a tempory target_dir
Build a sandbox in a temporary directory
Use your fixtures in a test case.

Examples