Search results for "DBI"
DBI - Database independent interface for Perl
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...
HMBRAND/DBI-1.645 - 03 Sep 2024 09:25:33 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
- 52 more results from DBI »
FP::DBI - DBI with results as lazy lists
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.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution
UR::DBI - methods for interacting with a database.
This 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
- UR - rich declarative transactional objects
- 14 more results from UR »
CTK::DBI - Database independent interface for CTKlib
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 - Search in distribution- CTK::Timeout - Provides execute the code reference wrapped with timeout
DBI::Log - Log all DBI queries
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.12 - 09 Aug 2024 15:33:08 UTC - Search in distribution
Ima::DBI - Database connection caching and organization
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 - Search in distribution
SAL::DBI - Database abstraction for SAL
SELCOMB/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
Tao::DBI - Portable support for named placeholders in DBI statements
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
Tie::DBI - Tie hashes to DBI 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 - yet another perl ORM for SQL 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 - Blah blah blah
DBI::Lite is...
ISUNIX/DBI-Lite-0.01 - 05 Dec 2014 12:25:26 UTC - Search in distribution
DBI::Test - Test suite for DBI API
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 - 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 »
Fuse::DBI - mount your database as filesystem and use it
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 distribution
Nile::DBI - SQL database manager.
Nile::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.
Oryx::DBI - DBI Storage interface for Oryx
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 »
VBTK::DBI - Database Monitoring
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 distribution
Acrux::DBI - Database independent interface for Acrux applications
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.03 - 18 Apr 2024 08:11:03 UTC - Search in distribution- Acrux::DBI::Tx - Transaction
- Acrux::DBI::Res - Results of your database queries
- Acrux::DBI::Dump - Working with SQL dumps
Amon2::DBI - Simple DBI wrapper
Amon2::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 distribution
Audit::DBI - Audit data changes in your code and store searchable log records in a database.
AUBERTG/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.