The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SQL::Admin::Catalog::Compare

SYNOPSIS

   use SQL::Admin::Catalog::Compare;

   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');