パッケージ: libdbix-introspector-perl (0.001005-2)
libdbix-introspector-perl に関するリンク
Debian の資源:
libdbix-introspector-perl ソースパッケージをダウンロード:
- [libdbix-introspector-perl_0.001005-2.dsc]
- [libdbix-introspector-perl_0.001005.orig.tar.gz]
- [libdbix-introspector-perl_0.001005-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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.
その他の libdbix-introspector-perl 関連パッケージ
|
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語