libdbix-introspector-perl 0.001000-1 source package in Ubuntu

Changelog

libdbix-introspector-perl (0.001000-1) unstable; urgency=low


  * Initial release (closes: #735319).

 -- gregor herrmann <email address hidden>  Tue, 14 Jan 2014 19:30:56 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbix-introspector-perl_0.001000-1.dsc 2.3 KiB b58b95ce865fd1d65bdbd0b77f229fce9925d0ef2d24b6ef359386c4e913bbe7
libdbix-introspector-perl_0.001000.orig.tar.gz 15.2 KiB 32547a39b0a81b4af62e4aa309a067e9fc13fed904e092a636f8332669c86f9f
libdbix-introspector-perl_0.001000-1.debian.tar.gz 1.8 KiB 1b399d83d0a550353a688e21df94d0b19f8099a75961d8e194c2510f1346ddef

No changes file available.

Binary packages built by this source

libdbix-introspector-perl: module to detect what database code is connected to

 DBIx::Introspector is a module factored out of the DBIx::Class database
 detection code. Most code that needs to detect which database it is connected
 to assumes that there is a one-to-one mapping from database drivers to
 database engines. Unfortunately reality is rarely that simple. For instance,
 DBD::ODBC is typically used to connect to SQL Server, but ODBC can be used to
 connect to PostgreSQL, MySQL, and Oracle. Additionally, while ODBC is the
 most common way to connect to SQL Server, it is not the only option, as
 DBD::ADO can also be used.
 .
 DBIx::Introspector can correctly detect which database you are connected to,
 because it was factored out of a complex, working codebase. On top of that it
 has been written to be very extensible. So if you needed to detect which
 version of your given database you are connected to that would not be
 difficult.