DBIx-Schema-Annotate
view release on metacpan or search on metacpan
utf8->import;
}
sub setup_dbh {
shift;
my $file = shift || ':memory:';
DBI->connect('dbi:SQLite:'.$file,'','',{
RaiseError => 1,
PrintError => 0,
AutoCommit => 1,
sqlite_unicode => 1,
});
}
1;
( run in 0.315 second using v1.01-cache-2.11-cpan-88abd93f124 )