The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::DBHResolver::Strategy::RoundRobin - round robin sharding strategy.

SYNOPSIS

  use DBIx::DBHResolver;

  DBIx::DBHResolver->load('/path/to/config.yaml');

  my $conn_info = DBIx::DBHResolver->connect_info('SLAVE', +{ strategy => 'RoundRobin' });

AUTHOR

Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>

SEE ALSO

DBIx::DBHResolver

LICENSE

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