NAME
DBIx::SchemaChecksum::App - Manage your datebase schema via checksums
VERSION
version 1.104
DESCRIPTION
Manage your datebase schema via checksums
Use
checksum
to calculate the current checksum of your database.Use
new_changes_file
to generate a new db update script based on the current checksum.Use
apply_changes
to apply all update scripts starting from the current checksum.
For more background information, check out the man-page via perldoc DBIx::SchemaChecksum
or on https://metacpan.org/pod/DBIx::SchemaChecksum
AUTHORS
Thomas Klausner <domm@plix.at>
Maroš Kollár <maros@cpan.org>
Klaus Ita <koki@worstofall.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 - 2021 by Thomas Klausner, Maroš Kollár, Klaus Ita.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.