Footprintless-Plugin-Database

 view release on metacpan or  search on metacpan

docs/Footprintless-Plugin-Database-SqlShellAdapter.html  view on Meta::CPAN

<h1><a class='u' href='#___top' title='click to go to top of document'
name="VERSION"
>VERSION</a></h1>

<p>version 1.06</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SYNOPSIS"
>SYNOPSIS</a></h1>

<pre>    # Standard way of getting an overlay
    use Footprintless::Plugin::Database::SqlShellAdapter qw(sql_shell);
    sql_shell(&#39;DBI:CSV:f_dir=/tmp&#39;);</pre>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>Provides a vendor independent client implementation using <a href="http://search.cpan.org/perldoc?SQL%3A%3AShell" class="podlinkpod"
>SQL::Shell</a>.</p>

lib/Footprintless/Plugin/Database/SqlShellAdapter.pm  view on Meta::CPAN

=head1 NAME

Footprintless::Plugin::Database::SqlShellAdapter - An adaptor to SQL::Shell

=head1 VERSION

version 1.06

=head1 SYNOPSIS

    # Standard way of getting an overlay
    use Footprintless::Plugin::Database::SqlShellAdapter qw(sql_shell);
    sql_shell('DBI:CSV:f_dir=/tmp');

=head1 DESCRIPTION

Provides a vendor independent client implementation using L<SQL::Shell>. 

=head1 FUNCTIONS

=head2 sql_shell($connection_string, $username, $password, %options)



( run in 0.791 second using v1.01-cache-2.11-cpan-49f99fa48dc )