NAME
DBIx::QuickDB::Driver::MySQL - MySQL driver for DBIx::QuickDB.
DESCRIPTION
MySQL driver for DBIx::QuickDB.
SYNOPSIS
See DBIx::QuickDB.
MYSQL SPECIFIC OPTIONS
- dbd_driver => $DRIVER
-
Should be either DBD::mysql or DBD::MariaDB. If not specified then DBD::MariaDB is preferred with a fallback to DBD::MySQL.
- mysqld_provider => $PROVIDER
-
Should be either 'mariadb' or 'percona'. Will auto-detect when possible.
SOURCE
The source code repository for DBIx-QuickDB can be found at https://github.com/exodist/DBIx-QuickDB/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2020 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.
See http://dev.perl.org/licenses/
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 433:
You forgot a '=back' before '=head1'