DBIx::DBSchema::DBD::mysql - MySQL native driver for DBIx::DBSchema
Contents
Bugs
Copyright
Copyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC Copyright (c)
2007-2013 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
Description
This module implements a MySQL-native driver for DBIx::DBSchema.
Name
DBIx::DBSchema::DBD::mysql - MySQL native driver for DBIx::DBSchema
See Also
DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD
perl v5.36.0 2022-09-10 DBSchema::DBD::mysql(3pm)
Synopsis
use DBI; use DBIx::DBSchema;
$dbh = DBI->connect('dbi:mysql:database', 'user', 'pass'); $schema = new_native DBIx::DBSchema $dbh;
