NAME
DBIx::QuickDB::Driver::MariaDB - MariaDB MySQL driver for DBIx::QuickDB.
DESCRIPTION
MariaDB 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.
ENVIRONMENT VARIABLES
QDB_MYSQL_SSL_FIPS
Set to 1 to enable, 0 to disable or enter any string accepted by the ssl_fips_mode
mysqld config option. If this environment variable is not defined then the ssl_fips_mode
option will not be included in the generated config file at all by default.
This is mainly used to allow this dists test suite to pass on systems where FIPS is required and enforced.
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/