DBIx-ParseDSN

 view release on metacpan or  search on metacpan

lib/DBIx/ParseDSN.pm  view on Meta::CPAN


=head1 INTERFACE

=head2 parse_dsn( $dsn );

Parses a DSN and returns a L<DBIx::ParseDSN::Default> object that has
properties reflecting the parameters found in the DSN.

See L<DBIx::ParseDSN::Default/DSN ATTRIBUTES> for details.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to
C<bug-dbix-parsedsn@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.

=head1 SEE ALSO

L<DBI>

lib/DBIx/ParseDSN/Default.pm  view on Meta::CPAN

      hostname => "host",
    )

This method is mainly for internal use.

=head2 dbd_driver

The perl module driver for this specific dsn. Currently the 2nd value
of the dsn string prefixed by DBD:: , ie DBD::SQLite.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to
C<bug-bug-dbix-parsedsn::parser::default@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.

=head1 SEE ALSO

L<DBIx::ParseDSN>



( run in 0.423 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )