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
  • HDB - Hybrid Database - Handles multiple databases with the same interface.

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::Graph - Graphing abstraction for SAL::DBI database objects
  • 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

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC - Search in distribution

DBI::Shell - Interactive command shell for the DBI River stage one • 1 direct dependent • 1 total dependent

The DBI::Shell module (and dbish command, if installed) provide a simple but effective command line interface for the Perl DBI module....

DLAMBLEY/DBI-Shell-11.97 - 20 Aug 2020 21:41:38 UTC - Search in distribution

Jifty::DBI - An object-relational persistence framework River stage one • 4 direct dependents • 6 total dependents

Jifty::DBI deals with databases, so that you don't have to. This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accessible database. This module is the direct descendant of DBIx::SearchBuilder. If you're famili...

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC - Search in distribution

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

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

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

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

Apache::DBI - Initiate a persistent database connection River stage two • 6 direct dependents • 10 total dependents

This module initiates a persistent database connection. The database access uses Perl's DBI. For supported DBI drivers see: http://dbi.perl.org/ When loading the DBI module (do not confuse this with the Apache::DBI module) it checks if the environmen...

PHRED/Apache-DBI-1.12 - 12 Jun 2013 07:28:36 UTC - Search in distribution

Config::DBI - database connection support via Config::ApacheFormat files River stage zero No dependents

Config::DBI is a module based on 2 years of developing and using DBIx::Connect. For most usage, DBIx::Connect was fine. However two principal issues began to loom with continued usage. First, AppConfig is very hard to use and understand. So maintenan...

TBONE/Config-DBI-1.8 - 20 Nov 2004 05:48:33 UTC - Search in distribution

DBI::Dumper - Dump data from a DBI datasource to file. River stage zero No dependents

Dumps data from a select statement into an output file. dbidumper tries to mirror the functionality and behavior of sql*loader. The control file syntax is similar, and DBI::Dumper utilizes a subset of the sql*loader options. Configuration options can...

WSMITH/DBI-Dumper-2.01 - 09 Mar 2006 15:30:45 UTC - Search in distribution

NetSDS::DBI - DBI wrapper for NetSDS River stage one • 4 direct dependents • 4 total dependents

"NetSDS::DBI" module provides wrapper around DBI module....

RATTLER/NetSDS-1.301 - 12 Nov 2009 18:01:06 UTC - Search in distribution

Nitesi::DBI - DBI bundle for Nitesi shop machine River stage one • 1 direct dependent • 1 total dependent

This bundle contains: * Nitesi::Query::DBI * Nitesi::Account::Provider::DBI...

HORNBURG/Nitesi-DBI-0.0092 - 06 Oct 2013 16:44:52 UTC - Search in distribution

Rubric::DBI - Rubric's subclass of Class::DBI River stage zero No dependents

Rubric::DBI subclasses Class::DBI. It sets the connection by using the DSN retrieved from Rubric::Config....

RJBS/Rubric-0.157 - 29 May 2022 20:01:08 UTC - Search in distribution

Siesta::DBI - base class extending Class::DBI River stage zero No dependents

most things in the system will be a subclass of Siesta::DBI, giving...

RCLAMP/Siesta-0.66 - 17 Oct 2003 13:40:06 UTC - Search in distribution

Hypatia::DBI River stage one • 1 direct dependent • 1 total dependent

JACKMANEY/Hypatia-0.029 - 22 Dec 2012 20:16:27 UTC - Search in distribution

DBI::Library - DBI subclass providing a dynamic SQL Libary. River stage zero No dependents

DBI::Library is a DBI subclass providing a dynamic SQL Libary. new() my $database = new DBI::Library(); my ($database,$m_dbh) = new DBI::Library( { name => $db, host => $m_sHost, user => $m_sUser, password => $m_sPassword, } );...

LZE/MySQL-Admin-1.18 - 26 May 2019 14:49:11 UTC - Search in distribution

SeeAlso::DBI - Store SeeAlso::Response objects in database. River stage one • 2 direct dependents • 2 total dependents

A "SeeAlso::DBI" object manages a store of SeeAlso::Response objects that are stored in a database. By default that database must contain a table named "seealso" with rows named "key", "label", "database", and "uri". A query for identifier $id of typ...

VOJ/SeeAlso-Server-0.71 - 20 Mar 2013 13:24:55 UTC - Search in distribution

AnnoCPAN::DBI - AnnoCPAN model class (database access module) River stage zero No dependents

This is a collection of classes based on Class::DBI, used for representing the AnnoCPAN data. Warning: Some of the documentation here is incomplete....

ITUB/AnnoCPAN-0.22 - 02 Aug 2005 04:33:32 UTC - Search in distribution

AnyEvent::DBI - asynchronous DBI access River stage one • 5 direct dependents • 5 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements asynchronous DBI access by forking or executing separate "DBI-Server" processes and sending them requests. It means that you ca...

MLEHMANN/AnyEvent-DBI-3.04 - 23 Apr 2018 16:31:44 UTC - Search in distribution

Catmandu::DBI - Catmandu tools to communicate with DBI based interfaces River stage zero No dependents

NJFRANCK/Catmandu-DBI-0.13 - 20 Mar 2024 15:41:40 UTC - Search in distribution

GraphViz::DBI - graph database tables and relations River stage one • 3 direct dependents • 3 total dependents

This module constructs a graph for a database showing tables and connecting them if they are related. While or after constructing the object, pass an open database handle, then call "graph_tables" to determine database metadata and construct a GraphV...

TEEJAY/GraphViz-DBI-0.02 - 29 Mar 2003 17:43:26 UTC - Search in distribution

HashData::DBI - Get hash data from DBI River stage one • 2 direct dependents • 2 total dependents

This is an "HashData::" module to get array elements from a DBI query....

PERLANCAR/HashDataRoles-Standard-0.003 - 25 Jan 2024 00:06:33 UTC - Search in distribution

Iterator::DBI - An iterator for returning DBI query results. River stage zero No dependents

This module contains a function to return an iterator (see the Iterator module) that returns the rows of a database query, one at a time. This is marginally more useful than simply calling prepare and execute, and then repeatedly calling fetchrow_has...

ROODE/Iterator-DBI-0.02 - 23 Aug 2005 21:44:55 UTC - Search in distribution

WordList::DBI - Wordlist that get its list from a DBI query River stage one • 1 direct dependent • 1 total dependent

This is a dynamic, parameterized wordlist to get list of words from a DBI query....

PERLANCAR/WordList-DBI-0.002 - 01 Jun 2020 10:45:39 UTC - Search in distribution

ArrayData::DBI - Get array data from DBI River stage two • 8 direct dependents • 11 total dependents

This is an "ArrayData::" module to get array elements from a DBI query....

PERLANCAR/ArrayDataRoles-Standard-0.009 - 23 Feb 2024 01:54:11 UTC - Search in distribution

DBstorage::DBI - dbedit driver using DBI interfaces River stage zero No dependents

GNALABS/DBedit-1.96 - 24 May 2003 10:24:28 UTC - Search in distribution

GraphViz2::DBI - Visualize a database schema as a graph River stage zero No dependents

Takes a database handle, and graphs the schema. You can write the result in any format supported by Graphviz <http://www.graphviz.org/>. Here is the list of output formats <http://www.graphviz.org/content/output-formats>....

ETJ/GraphViz2-DBI-2.52 - 05 Nov 2020 11:31:17 UTC - Search in distribution

Konstrukt::DBI - Database handle pool River stage zero No dependents

This module provides a database handle pool for the current process. If your plugin or website needs database connection it usually has to create one via DBI. This can lead into several DBI connections per process, if there is more than one plugin us...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC - Search in distribution

LEOCHARRE::DBI - extra dbi methods River stage one • 3 direct dependents • 6 total dependents

adds LEOCHARRE::Database::Base to DBI...

LEOCHARRE/LEOCHARRE-Database-1.16 - 26 Jun 2008 20:13:58 UTC - Search in distribution

Maptastic::DBI - a trivial little wrapper for a row iterator River stage zero No dependents

This module contains a very simple wrapper for DBI calls, designed for fans of *iterators*. It just wraps the usual: my $sth = $dbh->prepare(<<SQL); select foo from bar where baz = ? SQL $sth->execute($baz); while (my $row = $sth->fetchrow_hashref) {...

SAMV/Maptastic-1.01 - 13 Dec 2007 00:07:45 UTC - Search in distribution
  • Maptastic - all map, all the time. Maperiffic baby, yeah!

TableData::DBI - Get table data from DBI River stage two • 18 direct dependents • 24 total dependents

This is a TableData:: module to table data from a DBI query/table....

PERLANCAR/TableDataRoles-Standard-0.023 - 23 Feb 2024 02:03:47 UTC - Search in distribution

Thesaurus::DBI - Store and query synonyms (Thesaurus) in an SQL database. River stage zero No dependents

This subclass of "Thesaurus" implements persistence by using an SQL database. This module requires the "DBI" module from CPAN. To use it with certain database servers, the corresponding database drivers are needed, too. (Mysql -> DBD::mysql) Please n...

JOSEIBERT/Thesaurus-DBI-0.01 - 06 Jun 2006 09:10:31 UTC - Search in distribution

Persistent::DBI - An Abstract Persistent Class implemented using a DBI Data Source River stage zero No dependents

Before we get started describing the methods in detail, it should be noted that all error handling in this class is done with exceptions. So you should wrap an eval block around all of your code. Please see the Persistent documentation for more infor...

DWINTERS/Persistent-DBI-0.50 - 15 Feb 2000 02:00:23 UTC - Search in distribution

DBI::Filesystem - Store a filesystem in a relational database River stage zero No dependents

This module can be used to create a fully-functioning "Fuse" userspace filesystem on top of a relational database. Unlike other filesystem-to-DBM mappings, such as Fuse::DBI, this one creates and manages a specific schema designed to support filesyst...

LDS/sqlfs-perl-1.04 - 27 Jun 2013 16:07:27 UTC - Search in distribution

DBI::BabyConnect - creates an object that holds a DBI connection to a database River stage zero No dependents

This class is the base class for all DBI connection objects instantiated by the DBI::BabyConnect module. A DBI::BabyConnect instance is an object that holds the database handler attributes and an active DBI connection handle to a specific database. T...

MAXOU/DBI-BabyConnect-0.93 - 03 Jul 2007 13:44:55 UTC - Search in distribution

DBI::ResultPager - creates an HTML-based pager for DBI result sets. River stage zero No dependents

This class is a quick and easy method of paging result sets returned from the DBI database interface. It takes a standard SQL query along with a database handle and performs the query, inserting the resultant rows into a pageable HTML table. Various ...

LREEVES/DBI-ResultPager-0.9.2 - 12 Jul 2009 04:45:54 UTC - Search in distribution

DBI::Transaction - advanced object-oriented support for database transactions River stage zero No dependents

See DBI(3) for descriptions of database handles ($dbh). DBI::Transaction->new() $transaction = DBI::Transaction->new($dbh); This starts a transaction. commit() Commits and finishes the transaction. Returns true on success. rollback() Rolls back and f...

PORTON/DBI-Transaction-0.101 - 27 Jan 2005 19:07:50 UTC - Search in distribution

OpenInteract::DBI - Centralized connection location to DBI databases River stage zero No dependents

No, we do not subclass DBI with this. No, we do not override any of the DBI methods. Instead, we provide the means to connect to the database from one location along with the ability to manipulate the default connection information before we connect....

CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTC - Search in distribution

Bio::DB::DBI - DESCRIPTION of Interface River stage zero No dependents

Describe the interface here...

CJFIELDS/BioPerl-DB-1.006900 - 15 Apr 2011 19:35:57 UTC - Search in distribution

PDL::IO::DBI - Create PDL from database (optimized for speed and large data) River stage zero No dependents

For creating a piddle from database data one can use the following simple approach: use PDL; use DBI; my $dbh = DBI->connect($dsn); my $pdl = pdl($dbh->selectall_arrayref($sql_query)); However this approach does not scale well for large data (e.g. SQ...

KMX/PDL-IO-DBI-0.012 - 19 Dec 2016 15:42:58 UTC - Search in distribution

Tie::DBI::ER River stage one • 1 direct dependent • 1 total dependent

JONASBN/Tie-Tools-1.10 - 26 Sep 2014 06:30:45 UTC - Search in distribution

Fry::Lib::DBI - Autoloaded library for DBI's object methods. River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC - Search in distribution

Geo::OSM::DBI - Store Open Street Map data with DBI. River stage zero No dependents

RENE/Geo-OSM-DBI-0.01 - 12 Sep 2017 09:06:03 UTC - Search in distribution

Gtk2::Ex::DBI - Bind a Gtk2::GladeXML - generated window to a DBI data source River stage zero No dependents

This class ties data from a DBI datasource to widgets in a Gtk2+ window ( generated by Glade ). All that is required is that you name your widgets the same as the fields in your data source. You have to set up combo boxes ( ie create your Gtk2::ListS...

DKASAK/Gtk2-Ex-DBI-2.30 - 07 Feb 2014 14:18:17 UTC - Search in distribution

Meta::Db::Dbi - an extension of the regular DBI module. River stage zero No dependents

This is my extension of the Dbi module. The reason that there is no inheritance here is that DBI is hard to inherit from since the object which is the database handle (which is returned from connect) is not clear (I mean which object is it). And all ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Tk::DBI::Tree - Megawidget to display a table column in a tree. River stage zero No dependents

This is a megawidget to display a sql statement from your database in a tree view widget. When you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out....

XPIX/Tk-DBI-Tree-0.04 - 13 Aug 2003 13:02:41 UTC - Search in distribution

Tk::DBI::Form - Megawidget to offering edit, delete or insert a record. River stage zero No dependents

Tk::DBI::Form is a Megawidget offering edit, delete or insert operations for table records. At this time if this widget only compatible to MySQL Database....

XPIX/Tk-DBIx-0.01 - 17 Dec 2003 18:08:28 UTC - Search in distribution

Class::DBI::Pg - Class::DBI extension for Postgres River stage one • 4 direct dependents • 5 total dependents

Class::DBI::Pg automate the setup of Class::DBI columns and primary key for Postgres. select Postgres system catalog and find out all columns, primary key and SERIAL type column. create table. CREATE TABLE cd ( id SERIAL NOT NULL PRIMARY KEY, title T...

DMAKI/Class-DBI-Pg-0.08 - 11 Mar 2006 08:25:56 UTC - Search in distribution

Kwiki::DB::DBI - A DBI.pm wrapper as a Kwiki base class. River stage one • 2 direct dependents • 2 total dependents

This class is for those pure DBI.pm lover. It does nothing but let DBI.pm do all the work. Plugin writers who want to use this module, just add this module into your "plugins" file, and there will be a convienent "$hub-"dbi> reference to an instantia...

GUGOD/Kwiki-DB-0.02 - 02 Oct 2005 08:28:34 UTC - Search in distribution

Lim::Util::DBI - Create a DBH that is executed in a forked process River stage one • 4 direct dependents • 4 total dependents

JELU/Lim-0.20 - 26 Aug 2015 11:38:41 UTC - Search in distribution

Audit::DBI::TT2 - A Template Toolkit plugin to display audit events recorded by Audit::DBI. River stage zero No dependents

AUBERTG/Audit-DBI-TT2-v2.3.0 - 21 Mar 2017 05:48:43 UTC - Search in distribution

Beam::Make::DBI - A Beam::Make recipe for executing SQL queries River stage zero No dependents

This Beam::Make recipe class executes one or more SQL queries against the given DBI database handle....

PREACTION/Beam-Make-0.003 - 17 May 2020 21:35:11 UTC - Search in distribution

Class::DBI::DB2 - Extensions to Class::DBI for DB2 River stage zero No dependents

Class::DBI::DB2 automates the setup of Class::DBI columns and primary key for IBM DB2. This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Automatic primary key(s) detection. * Automatic column type dete...

MFERRIS/Class-DBI-DB2-0.16 - 20 May 2004 00:21:50 UTC - Search in distribution

Class::DBI::DDL - Combined with Class::DBI to create and dispose of tables River stage zero No dependents

This module is used to added to a Class::DBI class to allow it to automatically generate DDL calls to create a table if it doesn't exist in the database already. It attempts to do so in such a way as to be database independent whenever possible. Use ...

HANENKAMP/Class-DBI-DDL-1.02 - 16 Sep 2005 03:21:31 UTC - Search in distribution

Class::DBI::DFV - check that your data is valid using DFV River stage zero No dependents

EVDB/Class-DBI-DFV-0.02 - 15 Nov 2005 22:48:40 UTC - Search in distribution

Class::DBI::SAK - Class::DBI Swiss Army Knife (SAK) River stage zero No dependents

By taking the busy work out of using Class::DBI as you see fit, your code becomes more useful by size. Most of us end up using at least a couple Class::DBI extensions in our programs, and it's just a pain. Enter the Swiss Army Knife. This module is i...

CWEST/Class-DBI-SAK-1.4 - 23 Sep 2003 00:08:00 UTC - Search in distribution

Egg::Model::DBI - Model to use DBI for Egg. River stage one • 2 direct dependents • 2 total dependents

It is a model component to use DBI. If Ima::DBI can be used, Ima::DBI is used. As a result, Apache::DBI is not needed for the perpetuity connection environment. Two or more connection destination can be treated at the same time....

LUSHE/Egg-Release-DBI-0.06 - 25 Jul 2008 01:29:08 UTC - Search in distribution

HTTPD::ADS::DBI - Database objects for the HTTPD Attack Prevention System. River stage zero No dependents

This module contains the objects for the database. Each table is its own subclass of HTTPD::ADS::DBI. This module and its classes are built on Class::DBI...

DHUDES/HTTPD-ADS-0.8 - 29 Feb 2004 21:06:55 UTC - Search in distribution

IO::Lambda::DBI - asynchronous DBI River stage one • 4 direct dependents • 4 total dependents

The module implements asynchronous DBI proxy object, that remotes DBI calls using any given file handle, such as stream sockets, pipes, etc. All calls to DBI methods are implemented as method calls to the object, which return lambdas, that shall be s...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

Tk::DBI::DBGrid - grid äëÿ ïðîñìîòðà è ðåäàêòèðîâàíèÿ áàçû. River stage zero No dependents

DBGrid ïîçâîëÿåò ïðîñìàòðèâàòü/ðåäàêòèðîâàòü ëþáóþ òàáëèöó, ê êîòîðîé ìîæíî îáðàòèòüñÿ èñïîëüçóÿ çàïðîñ. Çàïðîñ ìîæåò îáúåäèíÿòü íåñêîëüêî òàáëèö. Edit table Äëÿ ðåäàêòèðîâàíèÿ íàäî ÷òî áû êàæäóþ çàïèñü ìîæíî áûëî îäíîçíà÷íî îïðåäåëèòü êàêèì-ëèáî ïîë...

VADIML/Tk-DBI-DBGrid-0.02 - 18 Apr 2005 09:08:14 UTC - Search in distribution

App::DBI::Loader - A tiny script to load CSV/TSV contents into a database table via DBI River stage zero No dependents

This is an implementation module for a tiny script to load CSV/TSV contents into a database table via DBI....

YAKEX/App-DBI-Loader-v0.0.2 - 03 Dec 2013 14:01:35 UTC - Search in distribution
  • dbiloader - A tiny script to load CSV/TSV contents into a database table via DBI

CHI::Driver::DBI - Use DBI for cache storage River stage zero No dependents

This driver uses a database table to store the cache. The newest versions of MySQL and SQLite work are known to work. Other RDBMSes should work. Why cache things in a database? Isn't the database what people are trying to avoid with caches? This is o...

JSWARTZ/CHI-Driver-DBI-1.27 - 11 Sep 2014 09:19:41 UTC - Search in distribution

Class::DBI::Form River stage zero No dependents

EBRUNI/Class-DBI-Form-00.03 - 10 Jun 2007 16:16:25 UTC - Search in distribution

Class::DBI::Lite - Lightweight ORM for Perl River stage one • 1 direct dependent • 1 total dependent

"Class::DBI::Lite" offers a simple way to deal with databases in an object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with ...

JOHND/Class-DBI-Lite-1.034 - 07 May 2012 21:21:19 UTC - Search in distribution

Class::DBI::UUID - Provide Globally Unique Column Values River stage zero No dependents

This module implements globally unique columns values. When an object is created, the columns specified are given unique IDs. This is particularly helpful when running in an environment where auto incremented primary keys won't work, such as multi-ma...

CWEST/Class-DBI-UUID-1.01 - 31 Jan 2005 18:50:18 UTC - Search in distribution

Class::DBI::View - Virtual table for Class::DBI River stage zero No dependents

Class::DBI::View is a Class::DBI wrapper to make virtual VIEWs....

MIYAGAWA/Class-DBI-View-0.07 - 04 Aug 2005 02:31:34 UTC - Search in distribution

Class::DBI::utf8 - A Class:::DBI subclass that knows about UTF-8 River stage one • 1 direct dependent • 1 total dependent

Rather than have to think about things like character sets, I prefer to have my objects just Do The Right Thing. I also want utf-8 encoded byte strings in the database whenever possible. Using this subclass of Class::DBI, I can just put perl strings ...

FOTANGO/Class-DBI-utf8-0.2 - 23 Mar 2007 17:04:23 UTC - Search in distribution

Class::User::DBI - A User class: Login credentials, roles, privileges, domains. River stage zero No dependents

The module is designed to simplify user logins, authentication, role based access control (authorization), as well as domain (locality) constraint access control. It stores user credentials, roles, and basic user information in a database via a DBIx:...

DAVIDO/Class-User-DBI-0.10 - 08 Dec 2012 07:49:26 UTC - Search in distribution

DBIx::Poggy::DBI - DBI subclass River stage zero No dependents

RUZ/DBIx-Poggy-0.08 - 01 Jun 2017 12:25:34 UTC - Search in distribution

Data::Shark::DBI - Database Functions River stage zero No dependents

This module contains some DBI wrappers for the Data::Shark. By using the simple wrappers a single point of database access and error/status logging can be achieved, along with code size reduction. Native DBI/DBD functions can still be used on the obj...

BILLWALZ/Data-Shark-v2.1.0 - 05 Jul 2010 19:27:21 UTC - Search in distribution

Dezi::Stats::DBI - store Dezi statistics in a database River stage zero No dependents

Dezi::Stats::DBI logs statistics to any backend supported by DBI. This class uses DBIx::Connector to manage a persistent DBI connection....

KARMAN/Dezi-Stats-0.001006 - 01 Nov 2013 16:17:04 UTC - Search in distribution

Fey::Loader::DBI - Base class (and fallback) for loading a schema River stage one • 2 direct dependents • 3 total dependents

"Fey::Loader::DBI" will create a schema by using the various DBI info methods. It is a complete implementation of a loader, but it only works if the driver in question fully supports the info methods needed, which many don't. In addition, some inform...

DROLSKY/Fey-Loader-0.13 - 14 Sep 2011 17:25:35 UTC - Search in distribution
  • Fey::Loader - Load your schema definition from a DBMS

CPAN::SQLite::DBI - DBI information for the CPAN::SQLite database River stage one • 4 direct dependents • 6 total dependents

This module is used by CPAN::SQLite::Index and CPAN::SQLite::Search to set up some basic database information. It exports two variables: $tables This is a hash reference whose keys are the table names, with corresponding values being hash references ...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC - Search in distribution

Class::DBI::AsXML - Format CDBI Objects as XML River stage zero No dependents

This software adds XML output support to "Class::DBI" based objects. to_xml_columns Class->to_xml_columns([qw[columns to dump with xml]]); This class method sets the default columns this class should dump when calling "to_xml()" on an object. The sin...

CWEST/Class-DBI-AsXML-1.02 - 15 Jan 2005 15:34:06 UTC - Search in distribution

Class::DBI::Audit - Audit changes to columns in CDBI objects. River stage zero No dependents

This module allows easy tracking of changes to values in tables managed by CDBI classes. It helps you answer the question "who set that value to be 'foobar', I thought I set it to be 'farbar'?" without resorting to digging through snapshots of your d...

BDUGGAN/Class-DBI-Audit-0.04 - 02 Sep 2008 19:50:53 UTC - Search in distribution

Class::DBI::MSSQL - Class::DBI for MSSQL River stage zero No dependents

This is just a simple subclass of Class::DBI; it makes Class::DBI play nicely with MSSQL, at least if DBD::ODBC is providing the connection. Here are the things it changes: * use "SELECT @@IDENTITY" to get last autonumber value * use "INSERT INTO tab...

RJBS/Class-DBI-MSSQL-0.122 - 11 Nov 2006 04:05:02 UTC - Search in distribution

Class::DBI::Pager - Pager utility for Class::DBI River stage two • 4 direct dependents • 16 total dependents

Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. This module reduces your work a lot, for example when you have to do something like: * retrieve objects from a database * display objects with 20 items per page In ...

MIYAGAWA/Class-DBI-Pager-0.08 - 01 Mar 2006 08:50:12 UTC - Search in distribution

Class::DBI::Sweet - Making sweet things sweeter River stage one • 2 direct dependents • 2 total dependents

Class::DBI::Sweet provides convenient count, search, page, and cache functions in a sweet package. It integrates these functions with "Class::DBI" in a convenient and efficient way....

PHRED/Class-DBI-Sweet-0.11 - 26 Jul 2011 03:25:47 UTC - Search in distribution

Class::DBI::ToSax - turn database objects to SAX events River stage zero No dependents

This module adds an extra method to Class::DBI, to_sax(). All the usual sorts of SAX handler can be passed in. The example above shows a writer to send the XML to stdout. NB: This class must come first in the inheritance chain because it overrides or...

SEMANTICO/Class-DBI-ToSax-0.10 - 14 Oct 2003 15:16:39 UTC - Search in distribution

Class::DBI::mysql - Extensions to Class::DBI for MySQL River stage one • 2 direct dependents • 2 total dependents

This is an extension to Class::DBI, containing several functions and optimisations for the MySQL database. Instead of setting Class::DBI as your base class, use this instead....

TMTM/Class-DBI-mysql-1.00 - 03 Sep 2005 21:20:23 UTC - Search in distribution
2,175 results (0.471 seconds)