| DBIx-Compare documentation | view source | Contained in the DBIx-Compare distribution. |
DBIx::Compare::SQLite - Compare SQLite database content
use DBIx::Compare::SQLite; my $oDB_Comparison = db_comparison->new($dbh1,$dbh2); $oDB_Comparison->compare; $oDB_Comparison->deep_compare;
DBIx::Compare::SQLite takes two SQLite database handles and performs comparisons of their table content. See DBIx::Compare for more information.
Christopher Jones, Gynaecological Cancer Research Laboratories, UCL EGA Institute for Women's Health, University College London.
c.jones@ucl.ac.uk
Copyright 2008 by Christopher Jones, University College London
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| DBIx-Compare documentation | view source | Contained in the DBIx-Compare distribution. |