Skip to content

tsucchi/p5-Otogiri-Plugin-AutoReconnect

Repository files navigation

Build Status Coverage Status

NAME

Otogiri::Plugin::AutoReconnect - (DEPRECATED) Otogiri plugin automatically reconnect when connection is lost

SYNOPSIS

use Otogiri
my $db = Otogiri->new(...);
$db->load_plugin('AutoReconnect');
... # do something and connection is lost
my $row = $db->single('person', { id => $person_id }); # automatically reconnect and connection is fine

DESCRIPTION

Auto reconnect feature is integrated into Otogiri core from version 0.15. Please DO NOT USE this plugin.

Otogiri::Plugin::AutoReconnect is connection manager for Otogiri. When this plugin is loaded and database connection is lost, automatically reconnect to database.

SEE ALSO

Teng, DBIx::TransactionManager, DBIx::Connector

LICENSE

Copyright (C) Takuya Tsuchida.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Takuya Tsuchida tsucchi@cpan.org

About

(deprecated) DO NOT USE THIS and use Otogiri core feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages