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 - Search in distribution- DBI::DBD - Perl DBI Database Driver Writer's Guide
- Bundle::DBI - A bundle to install DBI and required modules.
- DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
- 51 more results from DBI »
SRIRAM/examples - 26 Aug 1997 01:32:49 UTC - Search in distribution
Get rows as items in a lazy linked list (functional stream). NOTE: `DBI` is designed so that when running another `execute` on the same statement handle, fetching returns rows for the new execute; this means, a new execute makes it impossible to retr...
PFLANZE/FunctionalPerl-0.72.31 - 23 Dec 2019 05:55:58 UTC - Search in distributionThis module subclasses DBI, and provides a few extra methods useful when using a database....
BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution- UR::DBI::Report - a database report interface
- UR - rich declarative transactional objects
- ur
- 14 more results from UR »
For example: print($mso->field("select sysdate() from dual")); new # MySQL connect my $mso = new CTK::DBI( -dsn => 'DBI:mysql:database=TEST;host=192.168.1.1', -user => 'login', -pass => 'password', -connect_to => 5, -request_to => 60 #-attr => {}, #-...
ABALAMA/CTKlib-2.03 - 24 Mar 2020 07:38:26 UTC - Search in distributionYou can use this module to log all queries that are made with DBI. You just need to include it in your script and it will work automatically. By default, it will send output to STDERR, which is useful for command line scripts and for CGI scripts sinc...
JACOBG/DBI-Log-0.08 - 23 May 2018 19:39:12 UTC - Search in distributionIma::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 - Search in distributionSELCOMB/SAL-3.03 - 01 Jul 2005 01:12:02 UTC - Search in distribution
- SAL - A Sub Application Layer for Perl
- SAL::WebDDR - Web-based reporting abstraction for SAL::DBI database objects
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 - Search in distribution- Tao::DBI::db - DBI connection with portable support for named placeholders in statements
- Tao::DBI::st - DBI statements with portable support for named placeholders
- Tao::DBI::st_deep - Tao statements for reading/writing nested Perl data in relational databases
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 - Search in distribution- Tie::RDBM - Tie hashes to relational databases
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 - Search in distribution- DBI::Easy - handling sql for DBI::Easy
- lib/DBI/Easy/Helper.pm
- lib/DBI/Easy/Vendor/mysql.pm
DBI::Lite is...
ISUNIX/DBI-Lite-0.01 - 05 Dec 2014 12:25:26 UTC - Search in distributionThis 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 - Search in distribution- DBI::Mock - mock a DBI if we can't find the real one
- DBI::Test::Conf - provides variants configuration for DBI::Test
- DBI::Test::List - provides tests cases list for DBI::Test.
- 9 more results from DBI-Test »
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 - Search in distributionNile::DBI - SQL database manager....
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution- Nile::DBI::Table - DBI table class for the Nile framework.
- Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme.
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 - Search in distribution- Oryx::DBI::Util - abstract base class for Oryx DBI utilities
- Oryx::DBI::Class - DBI metaclass implementation
- Oryx::DBI::Parent - DBI implementation of parent relationships
- 17 more results from Oryx »
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 - Search in distributionAmon2::DBI is a simple DBI wrapper. It provides better usability for you....
TOKUHIROM/Amon2-DBI-0.33 - 30 Sep 2015 06:53:44 UTC - Search in distributionAUBERTG/Audit-DBI-v1.9.0 - 21 Mar 2017 05:44:36 UTC - Search in distribution
- Audit::DBI::Event - An event as logged by the Audit::DBI module.
- Audit::DBI::Utils - Utilities for the Audit::DBI distribution.
TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC - Search in distribution
- Class::DBI::Query - Deprecated SQL manager for Class::DBI
- Class::DBI::Column - A column in a table
- Class::DBI::Iterator - Iterate over Class::DBI search results
- 9 more results from Class-DBI »