From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

SQL::Admin::Catalog::Compare

SYNOPSIS

my $diff = SQL::Admin::Catalog::Compare->compare (
$source_catalog,
$destination_catalog
);
say "There is a difference"
if $diff->is_difference;
$diff->save ('Pg');
$diff->save ('Pg::DBI');