Search results for "module:DBD::File"

DBD::File - Base class for writing file based DBI drivers River stage four • 937 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::Sys::Plugin::Any::FileSys - provides a table containing file systems River stage one • 2 direct dependents • 2 total dependents

This module provides the table "filesystems" for any operating system. COLUMNS mountpoint The friendly name of the filesystem. This will usually be the same name as appears in the list returned by the filesystems() method. mounted Boolean, true if th...

REHSACK/DBD-Sys-0.102 - 27 Jul 2010 16:04:40 UTC

DBD::Sys::Plugin::Any::FileSysDf - provides a table containing the free space of file systems River stage one • 2 direct dependents • 2 total dependents

This module provides the table <filesysdf> which contains the free space on file systems. COLUMNS mountpoint The friendly name of the filesystem. This will usually be the same name as appears in the list returned by the filesystems() method. blocks T...

REHSACK/DBD-Sys-0.102 - 27 Jul 2010 16:04:40 UTC

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

DBD::Pg - PostgreSQL database driver for the DBI module River stage three • 74 direct dependents • 143 total dependents

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

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

DBD::Excel - A class for DBI drivers that act on Excel File. River stage one • 2 direct dependents • 2 total dependents

This is still alpha version. The DBD::Excel module is a DBI driver. The module is based on these modules: * Spreadsheet::ParseExcel reads Excel files. * Spreadsheet::WriteExcel writes Excel files. * SQL::Statement a simple SQL engine. * DBI Of course...

KWITKNR/DBD-Excel-0.06 - 12 Nov 2002 21:22:50 UTC

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

DBD::Mem - a DBI driver for Mem & MLMem files River stage four • 937 direct dependents • 2083 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::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

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

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

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

DBD::Neo4p - A DBI driver for Neo4j via REST::Neo4p River stage zero No dependents

DBD::Neo4p is a DBI-compliant wrapper for REST::Neo4p::Query that allows for the execution of Neo4j Cypher language queries against a Neo4j <http://neo4j.org> graph database. DBD::Neo4p requires REST::Neo4p v0.3030 or greater....

MAJENSEN/DBD-Neo4p-0.2001 - 25 Dec 2019 04:31:45 UTC

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

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

DBD::SQLeet - Encryption-capable SQLite3 DBI driver River stage zero No dependents

DBD::SQLeet is a combination of the DBD::SQLite CPAN module and sqleet - public domain encryption extension for SQLite3: <https://github.com/resilar/sqleet> DBD::SQLeet Perl code and test suite are entirely based on the DBD::SQLite v.1.58 CPAN module...

DDMITOV/DBD-SQLeet-0.26.0 - 03 Feb 2019 20:59:59 UTC

DBD::mSQL River stage zero No dependents

DBD::mysql and DBD::mSQL are the Perl5 Database Interface drivers for the mysql, mSQL 1.*x* and mSQL 2.*x* databases. The drivers are part of the *Msql-Mysql-modules* package. In other words: DBD::mSQL and DBD::mysql are an interface between the Perl...

JWIED/Msql-Mysql-modules-1.2219 - 31 Oct 2001 04:02:53 UTC

DBD::pNET - Perl network database driver for the DBI module River stage zero No dependents

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
112 results (0.035 seconds)