DBIx-Auto-Migrate
view release on metacpan or search on metacpan
my $dbh = MyCompany::DB->connect;
Same as [DBI](https://metacpan.org/pod/DBI)::`connect` but without taking any argument.
## connect\_cached
my $dbh = MyCompany::DB->connect_cached;
Same as [DBI](https://metacpan.org/pod/DBI)::`connect_cached` but without taking any argument.
# BUGS AND LIMITATIONS
Tries to be database independent, but I cannot really ensure it.
More testing is needed.
# AUTHOR
SERGIOXZ - Sergio Iglesias
# CONTRIBUTORS
lib/DBIx/Auto/Migrate.pm view on Meta::CPAN
my $dbh = MyCompany::DB->connect;
Same as L<DBI>::C<connect> but without taking any argument.
=head2 connect_cached
my $dbh = MyCompany::DB->connect_cached;
Same as L<DBI>::C<connect_cached> but without taking any argument.
=head1 BUGS AND LIMITATIONS
Tries to be database independent, but I cannot really ensure it.
More testing is needed.
=head1 AUTHOR
SERGIOXZ - Sergio Iglesias
=head1 CONTRIBUTORS
( run in 2.323 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )