Search results for "module:dbd::"

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

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::Unify - DBI driver for Unify database systems River stage zero No dependents

DBD::Unify is an extension to Perl which allows access to Unify databases. It is built on top of the standard DBI extension and implements the methods that DBI requires. This document describes the differences between the "generic" DBD and DBD::Unify...

HMBRAND/DBD-Unify-0.93 - 06 Jan 2023 12:18:10 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

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::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::TreeData - DBI driver for any abstract hash/array tree River stage zero No dependents

DBD::TreeData provides a DBI driver to translate any sort of tree-based data set (encapsulated in a Perl object) into a flat set of tables, complete with real SQL functionality. This module utilizes DBD::AnyData to create the new tables, which uses S...

BBYRD/DBD-TreeData-0.90 - 27 Feb 2013 21:51:33 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::SQLcipher - Self-contained RDBMS in a DBI Driver River stage zero No dependents

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

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC

DBD::Cassandra - DBI database backend for Cassandra River stage zero No dependents

DBD::Cassandra is a Perl5 Database Interface driver for Cassandra, using the CQL3 query language....

TVDW/DBD-Cassandra-0.57 - 27 Nov 2017 12:30:19 UTC

DBD::Simulated - Fake DBI database driver simulating a database for testing error checks River stage zero No dependents

Every major project has it's own database access module, I never saw one directly using DBI all the time. Custom source must be tested but it isn't easy to create predefined error cases using real databases for testing your own database error handlin...

SEWI/DBD-Simulated-0.01 - 02 Apr 2012 10:10:51 UTC

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

"DBD::Salesforce" allows you to use Salesforce as a datasource; Salesforce 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'...

BAYSIDE/DBD-Salesforce-0.04 - 10 Aug 2006 09:15:08 UTC

DBD::Multi - Manage Multiple Data Sources with Failover and Load Balancing River stage zero No dependents

This software manages multiple database connections for failovers and also simple load balancing. It acts as a proxy between your code and your database connections, transparently choosing a connection for each query, based on your preferences and pr...

DWRIGHT/DBD-Multi-1.02 - 01 Feb 2018 21:42:02 UTC
286 results (0.025 seconds)