1DBSchema::DBD::mysql(3)User Contributed Perl DocumentatioDnBSchema::DBD::mysql(3)
2
3
4
6 DBIx::DBSchema::DBD::mysql - MySQL native driver for DBIx::DBSchema
7
9 use DBI; use DBIx::DBSchema;
10
11 $dbh = DBI->connect('dbi:mysql:database', 'user', 'pass'); $schema =
12 new_native DBIx::DBSchema $dbh;
13
15 This module implements a MySQL-native driver for DBIx::DBSchema.
16
18 Ivan Kohler <ivan-dbix-dbschema@420.am>
19
21 Copyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention
22 System LLC Copyright (c) 2007-2013 Freeside Internet Services, Inc.
23 All rights reserved. This program is free software; you can
24 redistribute it and/or modify it under the same terms as Perl itself.
25
28 DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD
29
30
31
32perl v5.38.0 2023-07-20 DBSchema::DBD::mysql(3)