The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::CSV::Auto::Plugin::ExportToMySQL - Provides a direct interface from Text::CSV::Auto to export to MySQL.

SYNOPSIS

    use Text::CSV::Auto;
    my $auto = Text::CSV::Auto->new('path/to/file.csv');
    $auto->export_to_mysql(
        connection => $dbh,
    );

DESCRIPTION

This Text::CSV::Auto plugin provides a simple interface to Text::CSV::Auto::ExportTo::MySQL.

METHODS

export_to_mysql

All arguments are passed directly on to Text::CSV::Auto::ExportTo::MySQL.

AUTHOR

Aran Clary Deltac <bluefeet@gmail.com>

LICENSE

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.