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

Search results for "distribution:DBI DBI"

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

Bundle::DBI - A bundle to install DBI and required modules. River stage four • 940 direct dependents • 2099 total dependents

This bundle includes all the modules used by the Perl Database Interface (DBI) module, created by Tim Bunce. A *Bundle* is a module that simply defines a collection of other modules. It is used by the CPAN module to automate the fetching, building an...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC River stage four • 940 direct dependents • 2099 total dependents

This is an experimental pure perl DBI emulation layer for Win32::ODBC If you can improve this code I'd be interested in hearing about it. If you are having trouble using it please respect the fact that it's very experimental. Ideally fix it yourself ...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::Profile - Performance profiling and benchmarking for the DBI River stage four • 940 direct dependents • 2099 total dependents

The DBI::Profile module provides a simple interface to collect and report performance and benchmarking data from the DBI. For a more elaborate interface, suitable for larger programs, see DBI::ProfileDumper and dbiprof. For Apache/mod_perl applicatio...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::PurePerl - a DBI emulation using pure perl (no C/XS compilation required) River stage four • 940 direct dependents • 2099 total dependents

This is a pure perl emulation of the DBI internals. In almost all cases you will be better off using standard DBI since the portions of the standard version written in C make it *much* faster. However, if you are in a situation where it isn't possibl...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::ProfileSubs - Subroutines for dynamic profile Path River stage four • 940 direct dependents • 2099 total dependents

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::ProxyServer - a server for the DBD::Proxy driver River stage four • 940 direct dependents • 2099 total dependents

DBI::Proxy Server is a module for implementing a proxy for the DBI proxy driver, DBD::Proxy. It allows access to databases over the network if the DBMS does not offer networked operations. But the proxy server might be useful for you, even if you hav...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::ProfileData - manipulate DBI::ProfileDumper data dumps River stage four • 940 direct dependents • 2099 total dependents

This module offers the ability to read, manipulate and format DBI::ProfileDumper profile data. Conceptually, a profile consists of a series of records, or nodes, each of each has a set of statistics and set of keys. Each record must have a unique set...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::ProfileDumper - profile DBI usage and output data to a file River stage four • 940 direct dependents • 2099 total dependents

DBI::ProfileDumper is a subclass of DBI::Profile which dumps profile data to disk instead of printing a summary to your screen. You can then use dbiprof to analyze the data in a number of interesting ways, or you can roll your own analysis using DBI:...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::SQL::Nano - a very tiny SQL engine River stage four • 940 direct dependents • 2099 total dependents

"DBI::SQL::Nano" is meant as a *very* minimal SQL engine for use in situations where SQL::Statement is not available. In most situations you are better off installing SQL::Statement although DBI::SQL::Nano may be faster for some very simple tasks. DB...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::DBD::Metadata - Generate the code and data for some DBI metadata methods River stage four • 940 direct dependents • 2099 total dependents

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::Gofer::Execute - Executes Gofer requests and returns Gofer responses River stage four • 940 direct dependents • 2099 total dependents

Accepts a DBI::Gofer::Request object, executes the requested DBI method calls, and returns a DBI::Gofer::Response object. Any error, including any internal 'fatal' errors are caught and converted into a DBI::Gofer::Response object. This module is usu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::DBD::SqlEngine - Base class for DBI drivers without their own SQL engine River stage four • 940 direct dependents • 2099 total dependents

DBI::DBD::SqlEngine abstracts the usage of SQL engines from the DBD. DBD authors can concentrate on the data retrieval they want to provide. It is strongly recommended that you read DBD::File::Developers and DBD::File::Roadmap, because many of the DB...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::Gofer::Request - Encapsulate a request from DBD::Gofer to DBI::Gofer::Execute River stage four • 940 direct dependents • 2099 total dependents

This is an internal class....

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::Gofer::Response - Encapsulate a response from DBI::Gofer::Execute to DBD::Gofer River stage four • 940 direct dependents • 2099 total dependents

This is an internal class....

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

DBI::Util::CacheMemory - a very fast but very minimal subset of Cache::Memory River stage four • 940 direct dependents • 2099 total dependents

Like Cache::Memory (part of the Cache distribution) but doesn't support any fancy features. This module aims to be a very fast compatible strict sub-set for simple cases, such as basic client-side caching for DBD::Gofer. Like Cache::Memory, and other...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

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

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

DBD::DBM 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

DBD::File - Base class for writing file based DBI drivers River stage four • 940 direct dependents • 2099 total dependents

The DBD::File module is not a true DBI driver, but an abstract base class for deriving concrete DBI drivers from it. The implication is, that these drivers work with plain files, for example CSV files or INI files. The module is based on the SQL::Sta...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC
55 results (0.035 seconds)