Changes for version 0.001000_06 - 2010-05-05

  • Add a bunch of boilerplate and not so boilerplate doc
    • rename sqltargs attribute to sql_translator_args

Changes for version 0.001000_05 - 2010-05-04

  • put schema_version attr in more places

Changes for version 0.001000_04 - 2010-04-27

  • schema_version is now an attr so that users can more easily force the version of the schema
  • add prepare_install method which installs everything as well as the version storage

Changes for version 0.001000_03 - 2010-04-20

  • bump File::Path dep

Changes for version 0.001000_02 - 2010-04-19

  • add autodie as dep

Changes for version 0.001000_01

  • initial dev release

Modules

Extensible DBIx::Class deployment
Parent class for DeploymentHandlers
Manage your SQL and Perl migrations in nicely laid out directories
(DEPRECATED) Use this if you are stuck in the past
(DEPRECATED) Use this if you are stuck in the past
(DEPRECATED) Use this if you are stuck in the past
(DEPRECATED) Use this if you are stuck in the past
Interface for deploy methods
Interface for version storage methods
Types internal to DBIx::Class::DeploymentHandler
Define your own list of versions to use for migrations
(DEPRECATED) Use this if you are stuck in the past
(DEPRECATED) Attach this component to your schema to ensure you stay up to date
(DEPRECATED) The old way to store versions in the database
(DEPRECATED) Predefined searches to find what you want from the version storage
Version storage that does the normal stuff
Attach this component to your schema to ensure you stay up to date
The typical way to store versions in the database
Predefined searches to find what you want from the version storage
Delegate/Role for DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions
Delegate/Role for DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions
Delegate/Role for DBIx::Class::DeploymentHandler::VersionHandler::Monotonic
Make default arguments to a few methods sensible
Delegate/Role for DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator
Delegate/Role for DBIx::Class::DeploymentHandler::VersionStorage::Standard