
DBIx::IO::mysqlLib - General helper functions and constants to support the DBIx::IO MySQL driver

use DBIx::IO::mysqlLib; use DBIx::IO::mysqlLib (); # Don't import default symbols use DBIx::IO::mysqlLib qw(:tag symbol...) # Import selected symbols

MySQL specific constants and helper functions.
Table names by default are case-sensitive on Linux/UNIX OS's; do yourself a favor and set lower_case_table_names=1 in /etc/my.cnf and always use lower case names for tables.

DBIx::IO::mysqlIO, DBIx::IO::GenLib, DBIx::IO

Reed Sandberg, <reed_sandberg Ó yahoo>

Copyright (C) 2000-2008 Reed Sandberg
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.