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

Search results for "module:DBD::File"

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

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 • 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

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...

ASB/DBD-Excel-0.07 - 12 Feb 2024 20:53:24 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::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

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::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 • 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::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

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

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

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::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::SQLite - Self-contained RDBMS in a DBI Driver River stage four • 506 direct dependents • 1133 total dependents

SQLite is a public domain file-based relational database engine that you can find at <https://www.sqlite.org/>. DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction cap...

ISHIGAKI/DBD-SQLite-1.74 - 19 Sep 2023 17:26:03 UTC

DBD::Google - Treat Google as a datasource for DBI River stage zero No dependents

"DBD::Google" allows you to use Google as a datasource; Google can be queried using SQL *SELECT* statements, and iterated over using standard DBI conventions. WARNING: This is still alpha-quality software. It works for me, but that doesn't really mea...

DARREN/DBD-Google-0.51 - 15 Mar 2009 21:54:15 UTC

DBD::Oracle - Oracle database driver for the DBI module River stage one • 5 direct dependents • 5 total dependents

DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases. This documentation describes driver specific behaviour and restrictions. It is not supposed to be used as the only reference for the user. In any case...

ZARQUON/DBD-Oracle-1.83 - 17 Jan 2022 02:16:57 UTC
110 results (0.032 seconds)