The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:DBI DBD::CSV"

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 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

DBD::File - Base class for writing file based DBI drivers River stage four • 946 direct dependents • 2083 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

DBD::DBM - a DBI driver for DBM & MLDBM files River stage four • 946 direct dependents • 2083 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

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 946 direct dependents • 2083 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

DBD::Proxy - A proxy driver for the DBI River stage four • 946 direct dependents • 2083 total dependents

DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver. See DBD::Gofer for an alternative with different trade-offs. This is of course not needed for DBI drivers which already support connecting to a remote database, but the...

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

DBD::File::Developers - Developers documentation for DBD::File River stage four • 946 direct dependents • 2083 total dependents

This document describes how DBD developers can write DBD::File based DBI drivers. It supplements DBI::DBD and DBI::DBD::SqlEngine::Developers, which you should read first....

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

DBD::File::Roadmap - Planned Enhancements for DBD::File and pure Perl DBD's River stage four • 946 direct dependents • 2083 total dependents

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 • 946 direct dependents • 2083 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::SQL::Nano - a very tiny SQL engine River stage four • 946 direct dependents • 2083 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::SqlEngine - Base class for DBI drivers without their own SQL engine River stage four • 946 direct dependents • 2083 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::DBD::SqlEngine::HowTo - Guide to create DBI::DBD::SqlEngine based driver River stage four • 946 direct dependents • 2083 total dependents

This document provides a step-by-step guide, how to create a new "DBI::DBD::SqlEngine" based DBD. It expects that you carefully read the DBI documentation and that you're familiar with DBI::DBD and had read and understood DBD::ExampleP. This document...

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

DBI::DBD::SqlEngine::Developers - Developers documentation for DBI::DBD::SqlEngine River stage four • 946 direct dependents • 2083 total dependents

This document describes the interface of DBI::DBD::SqlEngine for DBD developers who write DBI::DBD::SqlEngine based DBI drivers. It supplements DBI::DBD and DBI::DBD::SqlEngine::HowTo, which you should read first....

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