DBD-Safe
view release on metacpan or search on metacpan
lib/DBD/Safe.pm view on Meta::CPAN
my $real_dbh = $safe_dbh->func('x_safe_get_dbh');
=back
=head1 BUGS AND CAVEATS
Connection is checked on each query. This can double your request execution time if all your requests are fast and network latency of your database is big enough.
Statement objects are not safe. Once you've prepared the statement, it won't reconnect to the database transparently.
There are no retries. If the request fails, it fails. This module just check that DB is alive *before* it tries to execute the statement. (Custom, per-query policies support is planned for the future releases).
=head1 SEE ALSO
L<http://github.com/tadam/DBD-Safe>,
L<DBIx::Connector>, L<DBIx::HA>, L<DBIx::DWIW>.
=head1 AUTHOR
Yury Zavarin <yury.zavarin@gmail.com>
( run in 2.506 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )