SYNOPSIS

     use DBIx::Diff::Struct qw(diff_db_struct diff_table_struct);
    
     my $res = diff_db_struct($dbh1, 'dbname1', $dbh2, 'dbname2');

    See function's documentation for sample result structure.

DESCRIPTION

    Currently only tested on Postgres and SQLite.

SEE ALSO

    DBIx::Compare to compare database contents.

