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

Search results for "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 - Search in distribution

lib/HDB/MOD.pm River stage zero No dependents

GMPASSOS/HDB-1.05 - 14 Feb 2005 11:44:14 UTC - Search in distribution

FP::DBI - DBI with results as lazy lists River stage zero No dependents

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. River stage one • 1 direct dependent • 1 total dependent

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

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 - Search in distribution
  • CTK::Timeout - Provides execute the code reference wrapped with timeout

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 - Search in distribution

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 - Search in distribution

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

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 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 - 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 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 - Search in distribution
  • Tie::RDBM - Tie hashes to relational databases

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - 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 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 - Search in distribution

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 - Search in distribution

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.03 - 18 Apr 2024 08:11:03 UTC - Search in distribution

Amon2::DBI - Simple DBI wrapper River stage one • 2 direct dependents • 2 total dependents

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. River stage one • 1 direct dependent • 1 total dependent

AUBERTG/Audit-DBI-v1.9.0 - 21 Mar 2017 05:44:36 UTC - Search in distribution
2,174 results (0.075 seconds)