The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::Class::Schema::StateMigrations - Schema migrations via checksums instead of versions

SYNOPSIS

 use DBIx::Class::Schema::StateMigrations;
 
 ...
 

DESCRIPTION

EXPERIMENTAL - not ready for production use yet

This is module serves essentially the same purpose as DBIx::Class::DeploymentHandler except it uses checksums generated from the actual current state of the schema to identify the current "version" and what migration scripts should be ran for that version, rather than relying on a declared version number value which is subject to human error.

CONFIGURATION

METHODS

SEE ALSO

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by IntelliTree Solutions llc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.