[Dbix-class] Please review my proposed CPAN Module: DBIx-Class-Schema-VersionCheck

Andrew Beverley andy at andybev.com
Fri Jan 6 14:33:35 GMT 2017


On Fri, 6 Jan 2017 "Stefan Hornburg (Racke)" wrote:
> we are using DeploymentHandler for all our projects with DBIx::Class.
> 
> I'm really fond of it, but it lacks some scripting stuff like querying
> the versions and running the prepare and upgrade scripts.
> 
> I created a module to support scripting:
> 
> https://metacpan.org/pod/DBIx::Class::DeploymentHandler::CLI

There is also DBIx::Class::Migration to manage versions, preparations,
fixtures etc, which is build on DH. It's a relatively heavyweight
solution, but I use it extensively and it works well.

Andy



More information about the DBIx-Class mailing list