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

NAME

Mojar::Mysql - Suite of MySQL integration tools.

DESCRIPTION

Mojar::Mysql::Connector

Subclass of DBI providing sensible defaults, easy management of parameters, richer connectors, connection cacheing, and convenience methods.

Mojar::Mysql::Replication

Class for monitoring and managing repliation threads.

  $repl->start_sql;
  say 'Lag: ', $repl->sql_lag;
Mojar::Mysql::Util

Collection of utility functions.