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 _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
