Search results for "DBD::"
DBD::PO - DBI driver for PO files
The DBD::PO module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL 'engine' SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called PO files (GNU gettext). Such...
STEFFENW/DBD-PO-2.10 - 24 Jan 2010 13:48:42 UTC - Search in distribution- DBD::PO::dr - driver class for DBD::PO
- DBD::PO::db - database class for DBD::PO
- DBD::PO::st - statement class for DBD::PO
- 5 more results from DBD-PO »
DBD::Pg - PostgreSQL database driver for the DBI module
DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....
TURNSTEP/DBD-Pg-3.16.1 - 06 Mar 2023 00:06:35 UTC - Search in distribution- Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules
DBD::ADO - A DBI driver for Microsoft ADO (Active Data Objects)
The DBD::ADO module supports ADO access on a Win32 machine. DBD::ADO is written to support the standard DBI interface to data sources....
SGOELDNER/DBD-ADO-2.99 - 22 Mar 2011 10:21:08 UTC - Search in distribution- DBD::ADO::Const - ADO Constants
- DBD::ADO::TypeInfo - ADO TypeInfo
- ex/Local/DBD/ADO/DSN.pm
- 1 more result from DBD-ADO »
DBD::CSV - DBI driver for CSV files
The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated ...
HMBRAND/DBD-CSV-0.60 - 06 Jan 2023 10:49:57 UTC - Search in distribution- Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
DBD::DB2 - DataBase Driver for DB2 UDB
DBD::DB2 is a Perl5 module which when used in conjunction with DBI allows Perl5 to communicate with IBM's DB2 Universal Database. In the generic sense, most of the functionality provided by any of the available DBDs is accessed indirectly through the...
ROCKETDB/DBD-DB2-1.89 - 26 May 2021 04:25:42 UTC - Search in distribution- Bundle::DBD::DB2 - A bundle to install all DBD::DB2 related modules
- Constants/Constants.pm
- DB2.pm
DBD::Log - a logging mechanism for the DBI.
Appends logging to the DBI interface, but limits to the executed sql-statements. Written to support all the DBD::Drivers out there, but some (like Oracle) might cause problems. Do not expect to overload the DBI without any consequences....
SINISTER/DBD-Log-0.22 - 27 May 2005 10:51:56 UTC - Search in distribution- DBD::Log::Sth - Statement Handler as used by DBD::Log
DBD::RAM - a DBI driver for files and data structures
DBD::RAM allows you to import almost any type of Perl data structure into an in-memory table and then use DBI and SQL to access and modify it. It also allows direct access to almost any kind of file, supporting SQL manipulation of the file without co...
JZUCKER/DBD-RAM-0.072 - 25 May 2000 19:16:49 UTC - Search in distribution
DBD::Sys - System tables interface via DBI
DBD::Sys is a so called database driver for DBI designed to request information from system tables using SQL. It's based on SQL::Statement as SQL engine and allows to be extended by DBD::Sys::Plugins. Prerequisites Of course, a DBD requires DBI to ru...
REHSACK/DBD-Sys-0.102 - 27 Jul 2010 16:04:40 UTC - Search in distribution- DBD::Sys::Table - abstract base class of tables used in DBD::Sys
- DBD::Sys::Plugin - embed own tables to DBD::Sys
- Bundle::DBD::Sys - A bundle to install the DBD::Sys driver
- 20 more results from DBD-Sys »
DBD::TSM - Perl DBD driver for TSM admin client
DBD::TSM is a DBI Driver to interface DBI with dsmadmc. You could use all the command possible with dsmadmc with the Power of DBI. I don't test all the DBI capabilities. To work you need to have: * A TSM server started * A TSM Client full operationna...
LBENDAVID/DBD-TSM-0.14 - 20 Aug 2008 20:47:20 UTC - Search in distribution
DBD::WMI - interface to the Windows WMI
CORION/DBD-WMI-0.11
-
10 Mar 2019 11:00:25 UTC
-
Search in distribution
DBD::Mem - a DBI driver for Mem & MLMem files
DBD::Mem is a database management system that works right out of the box. If you have a standard installation of Perl and DBI you can begin creating, accessing, and modifying simple database tables without any further modules. You can add other modul...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution- DBI::DBD - Perl DBI Database Driver Writer's Guide
- DBD::DBM - a DBI driver for DBM & MLDBM files
- DBD::File - Base class for writing file based DBI drivers
- 36 more results from DBI »
DBD::JDBC - JDBC proxy driver for the DBI module
DBD::JDBC is a Perl module which works in conjunction with a server written in Java to provide a DBI front end to a JDBC driver. The Perl module and Java server may be installed on different machines, as long as socket connections are allowed. The Ja...
VIZDOM/DBD-JDBC-0.72 - 13 Apr 2022 22:32:52 UTC - Search in distribution- Bundle::DBD::JDBC - A bundle to install all DBD::JDBC related modules
- lib/DBD/JDBC.pm
DBD::LDAP - Provides an SQL/Perl DBI interface to LDAP
LDAP stands for the "Lightweight Directory Access Protocol". For more information, see: http://www.ogre.com/ldap/docs.html DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent ...
TURNERJW/DBD-LDAP-1.00 - 04 Feb 2019 17:29:33 UTC - Search in distribution
DBD::Mock - Mock database driver for testing
Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framewo...
JLCOOPER/DBD-Mock-1.59 - 22 Feb 2021 13:26:56 UTC - Search in distribution
DBD::ODBC - ODBC Driver for DBI
Change log and FAQs Please note that the change log has been moved to DBD::ODBC::Changes. To access this documentation, use "perldoc DBD::ODBC::Changes". The FAQs have also moved to DBD::ODBC::FAQ.pm. To access the FAQs use "perldoc DBD::ODBC::FAQ". ...
MJEVANS/DBD-ODBC-1.61 - 31 Jan 2020 13:51:56 UTC - Search in distribution- DBD::ODBC::TO_DO - Things to do in DBD::ODBC
DBD::PgPP - Pure Perl PostgreSQL driver for the DBI
DBD::PgPP is a pure-Perl client interface for the PostgreSQL database. This module implements the network protocol that allows a client to communicate with a PostgreSQL server, so you don't need an external PostgreSQL client library like libpq for it...
ARC/DBD-PgPP-0.08 - 09 Jan 2010 19:11:49 UTC - Search in distribution
DBD::Safe - keep safe connection to DB
DBD::Safe is an abstract DBI driver that helps you to keep a safe connection to your database. Its purpose is to reconnect to the database when connection becomes corrupted. DBD::Safe makes reconnection in the following cases: - connection was droppe...
MMCLERIC/DBD-Safe-0.06 - 19 Jul 2012 08:06:36 UTC - Search in distribution
DBD::Cego - Perl database DBD interface for Cego
Cego is a relational database system available as opensource. For more information, please look at www.lemke-it.com Before building and using the Cego DBD interface, you have to install the required Cego C+ library ( plus friends ). Thanks to Matt Se...
COMPLX/DBD-cego-1.4.0 - 08 Nov 2017 10:09:40 UTC - Search in distribution
DBD::iPod - Connect to an iPod via DBI
Connect to the iPod using Mac::iPod::GNUpod and present the iTunes database as a DBD datasource. You query the iPod's iTunesDB database using a subset of SQL. iTunesDB is currently *read only*, and thus only supports the SQL SELECT statement. We expe...
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC - Search in distribution- DBD::iPod::db - the database handle (dbh)
- DBD::iPod::st - the statement handle (sth)
- DBD::iPod::dr - Database driver for the iPod
- 4 more results from DBD-iPod »
DBD::pNET - Perl network database driver for the DBI module
DBD::pNET is a Perl module for connecting to a database via a remote DBI driver. This is of course not needed for DBI drivers which already support connecting to a remote database, but there are DBI drivers which work with local databases only, for e...
JWIED/DBD-pNET-0.1003 - 29 Nov 1997 16:05:53 UTC - Search in distribution- pNETagent - a Perl agent for the DBI network driver DBD::pNET