NAME
DBIx::QuickORM::Dialect::MySQL::Percona - Percona variant of the MySQL dialect.
DESCRIPTION
Vendor-specific subclass of DBIx::QuickORM::Dialect::MySQL for Percona Server. It inherits the MySQL behavior unchanged; init refuses to attach to a server that does not identify as Percona.
SYNOPSIS
my $dialect = DBIx::QuickORM::Dialect::MySQL::Percona->new(dbh => $dbh, db_name => $name);
PUBLIC METHODS
- $name = $dialect->dialect_name
-
Returns
'MySQL::Percona'. - $dialect->init
-
Validates the connection and refuses a server that does not identify as Percona.
SOURCE
The source code repository for DBIx::QuickORM can be found at https://github.com/exodist/DBIx-QuickORM.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.