Search results for "module: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::Log - Log all DBI queries River stage zero No dependents

You can use this module to log all queries that are made with DBI. You can include it in your script with `use DBI::Log` or use the "-M" option for "perl" to avoid changing your code at all. By default, it will send output to "STDERR", which is usefu...

JACOBG/DBI-Log-0.11 - 31 Jan 2023 16:25:19 UTC

CTK::DBI - Database independent interface for CTKlib River stage one • 1 direct dependent • 1 total dependent

For example: print($mso->field("select sysdate() from dual")); new # MySQL connect my $mso = CTK::DBI->new( -dsn => 'DBI:mysql:database=TEST;host=192.168.1.1', -user => 'login', -pass => 'password', -connect_to => 5, -request_to => 60 #-attr => {}, #...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC

Tao::DBI - Portable support for named placeholders in DBI statements River stage zero No dependents

THIS IS PRE-ALPHA SOFTWARE! MANY BUGS LURKING AROUND! perldoc DBI - section "Placeholders and Bind Values" "Some drivers also allow placeholders like :name and :n (e.g., :1, :2, and so on) in addition to ?, but their use is not portable." connect my ...

FERREIRA/Tao-DBI-0.012 - 07 Jan 2016 04:30:29 UTC

Ima::DBI - Database connection caching and organization River stage two • 4 direct dependents • 14 total dependents

Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as seperate objects). This allows you to pass around just one obj...

PERRIN/Ima-DBI-0.35 - 10 Jun 2007 20:47:46 UTC

SAL::DBI - Database abstraction for SAL River stage zero No dependents

SELCOMB/SAL-3.03 - 01 Jul 2005 01:12:02 UTC

Tie::DBI - Tie hashes to DBI relational databases River stage one • 1 direct dependent • 2 total dependents

This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One column becomes the hash key. Each row of the table becomes an asso...

TODDR/Tie-DBI-1.08 - 19 Jan 2020 03:37:25 UTC

Oryx::DBI - DBI Storage interface for Oryx River stage one • 1 direct dependent • 1 total dependent

DBI Storage interface for Oryx. You should not need to instantiate this directly, use "Oryx->connect()" instead....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Fuse::DBI - mount your database as filesystem and use it River stage zero No dependents

This module will use "Fuse" module, part of "FUSE (Filesystem in USErspace)" available at <http://fuse.sourceforge.net/> to mount your database as file system. That will give you possibility to use normal file-system tools (cat, grep, vi) to manipula...

DPAVLIN/Fuse-DBI-0.08 - 26 Apr 2005 20:19:25 UTC

DBI::Test - Test suite for DBI API River stage zero No dependents

This module aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. Part of this module is the ability for self-testing using *DBI::Mock*. This is not designed to be anothe...

REHSACK/DBI-Test-0.001 - 06 Aug 2013 08:25:12 UTC

DBI::Easy - yet another perl ORM for SQL databases River stage one • 1 direct dependent • 3 total dependents

DBI::Easy is another ORM, aimed at making the life of the developer using it a lot easier....

APLA/DBI-Easy-0.24 - 12 Jan 2012 02:54:57 UTC

DBI::Easy - handling sql for DBI::Easy River stage one • 1 direct dependent • 3 total dependents

APLA/DBI-Easy-0.24 - 12 Jan 2012 02:54:57 UTC

DBI::Lite - Blah blah blah River stage zero No dependents

DBI::Lite is...

ISUNIX/DBI-Lite-0.01 - 05 Dec 2014 12:25:26 UTC

Nile::DBI - SQL database manager. River stage zero No dependents

Nile::DBI - SQL database manager....

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC

VBTK::DBI - Database Monitoring River stage zero No dependents

This perl library provides the ability to do simple monitoring of any database accessible with the perl DBI module, using select statements. It makes use of connection pooling, so that multiple SQL statements being run against the same database will ...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC

ZConf::DBI - Stores DBI connection information in ZConf. River stage zero No dependents

VVELOX/ZConf-DBI-0.1.0 - 30 May 2012 20:10:24 UTC

Acrux::DBI - Database independent interface for Acrux applications River stage zero No dependents

Database independent interface for Acrux applications new my $dbi = Acrux::DBI->new( $db_url ); my $dbi = Acrux::DBI->new( $db_url, { ... options ... }); my $dbi = Acrux::DBI->new( $db_url, ... options ...); Build new Acrux::DBI object Options: autoc...

ABALAMA/Acrux-DBI-0.01 - 05 Feb 2024 18:44:46 UTC

Types::DBI - type constraints for dealing with relational databases River stage zero No dependents

Types::DBI is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. Types This module provides two type constraints, but only "Dbh" is exported by default. "Dbh" A class type for DBI database hand...

TOBYINK/Types-DBI-0.001 - 22 Mar 2014 23:10:14 UTC

SPOPS::DBI - Implement SPOPS class, serializing into a DBI database River stage one • 2 direct dependents • 2 total dependents

This SPOPS class is not meant to be used directly. Instead, you inherit certain methods from it while implementing your own. Your module should implement: * (optional) Methods to sort member objects or perform operations on groups of them at once. * ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

Queue::DBI - A queueing module with an emphasis on safety, using DBI as a storage system for queued data. River stage zero No dependents

AUBERTG/Queue-DBI-v2.7.0 - 23 Mar 2017 06:26:51 UTC
949 results (0.026 seconds)