The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "DBD"

lib/HDB/MOD.pm River stage zero No dependents

GMPASSOS/HDB-1.05 - 14 Feb 2005 11:44:14 UTC - Search in distribution

DBD::PO - DBI driver for PO files River stage one • 1 direct dependent • 1 total dependent

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::Pg - PostgreSQL database driver for the DBI module River stage three • 76 direct dependents • 147 total dependents

DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....

TURNSTEP/DBD-Pg-3.18.0 - 06 Dec 2023 23:47:13 UTC - Search in distribution

DBD::ADO - A DBI driver for Microsoft ADO (Active Data Objects) River stage one • 1 direct dependent • 1 total dependent

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::CSV - DBI driver for CSV files River stage two • 23 direct dependents • 27 total dependents

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

DBD::DB2 - DataBase Driver for DB2 UDB River stage one • 1 direct dependent • 1 total dependent

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

DBD::Log - a logging mechanism for the DBI. River stage zero No dependents

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::RAM - a DBI driver for files and data structures River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 2 direct dependents • 2 total dependents

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::TSM - Perl DBD driver for TSM admin client River stage zero No dependents

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 River stage zero No dependents

CORION/DBD-WMI-0.11 - 10 Mar 2019 11:00:25 UTC - Search in distribution

DBD::Mem - a DBI driver for Mem & MLMem files River stage four • 940 direct dependents • 2099 total dependents

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

DBD::JDBC - JDBC proxy driver for the DBI module River stage zero No dependents

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

DBD::LDAP - Provides an SQL/Perl DBI interface to LDAP River stage zero No dependents

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 River stage two • 24 direct dependents • 50 total dependents

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 River stage one • 9 direct dependents • 9 total dependents

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::PgPP - Pure Perl PostgreSQL driver for the DBI River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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
787 results (0.112 seconds)