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

Search results for "module:Tie::DBI"

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

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

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

Tie::MLDBM::Store::DBI - Tie::MLDBM Storage Component Module River stage zero No dependents

This module forms a storage component of the Tie::MLDBM framework, using the Tie::DBI module to fulfill storage requirements. Due to the structure of the Tie::MLDBM framework, there are few limits on the underlying storage component with all storage ...

ROBAU/Tie-MLDBM-1.04 - 26 Oct 2002 10:40:15 UTC

Tie::RDBM - Tie hashes to 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 field of the table becomes the hash key, and another becomes the v...

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

MemcacheDBI - Queue memcache calls when in a dbh transaction River stage zero No dependents

Attach your memcached to your DBH handle. By doing so we can automatically queue set/get calls so that they happen at the same time as a commit. If a rollback is issued then the queue will be cleared....

OAXLIN/MemcacheDBI-0.08 - 02 Feb 2015 17:13:10 UTC

SQL::Shell - command interpreter for DBI shells River stage zero No dependents

SQL::Shell is a command-interpreter API for building shells and batch scripts. A command-line interface with readline support - sqlsh.pl - is included as part of the CPAN distribution. See <SQL::Shell::Manual> for a user guide. SQL::Shell offers feat...

MGUALDRON/SQL-Shell-1.17 - 24 May 2019 20:37:58 UTC

Tie::CHI - Tied hash to persistent CHI cache River stage zero No dependents

Tie::CHI implements a tied hash connected to a CHI cache. It can be used with any of CHI's backends (File, Memcached, DBI, etc.) Usage is one of the following: tie %cache, 'Tie::CHI', $hash_of_chi_options; tie %cache, 'Tie::CHI', $existing_chi_cache;...

JSWARTZ/Tie-CHI-0.02 - 07 Nov 2011 04:32:46 UTC

Tie::MLDBM - Multi-Level Storage and Locking Class River stage zero No dependents

This module provides the means to store arbitrary perl data, including nested references, in a serialised form within persistent data back-ends. This module builds upon the storage and locking mechanisms of MLDBM and MLDBM::Sync by incorporating a mo...

ROBAU/Tie-MLDBM-1.04 - 26 Oct 2002 10:40:15 UTC

Tie::Senna - Tie Senna With Hashes River stage zero No dependents

Tie::Senna ties an existing hash with a senna index....

DMAKI/Tie-Senna-0.02 - 15 Nov 2005 16:19:55 UTC

Tie::Table - Maps relational tables into hashes River stage zero No dependents

This class is designed for mapping a table into a perl hash, which has keys (these are the primary keys of the table), and the values are the rows, represented by a hash. Basic Usage You can create Tie::Table objects for tables. You must specify a pa...

DLUX/Tie-Table-1.1.2 - 23 Oct 2001 22:57:40 UTC

SPOPS::Tie - Simple class implementing tied hash with some goodies River stage one • 2 direct dependents • 2 total dependents

Stores data for a SPOPS object, and also some accompanying materials such as whether the object has been changed and any temporary variables. Checking Changed State You can check whether the data have changed since the last fetch by either calling th...

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

TableMap - Maps relational tables into hashes River stage zero No dependents

This class is designed for mapping a table into a perl hash, which has keys (these are the primary keys of the table), and the values are the rows, represented by a hash. Basic Usage You can create TableMap objects for tables. You must specify a para...

DLUX/TableMap-1.0 - 19 Oct 2000 21:50:20 UTC

Tie::SymlinkTree - Prototype SQL-, Class::DBI- or Tie::*-using apps by storing data in a directory of symlinks River stage zero No dependents

The Tie::SymlinkTree module is a TIEHASH/TIEARRAY interface which lets you tie a Perl hash or array to a directory on the filesystem. Each entry in the hash represents a symlink in the directory. Nested arrays and hashes are represented as sugbdirect...

JWALT/Tie-SymlinkTree-1.1 - 16 Aug 2005 07:25:46 UTC

Tie::SaveLater - A base class for tie modules that "save later". River stage one • 2 direct dependents • 2 total dependents

Tie::SaveLater make you easy to write a modules that "save later", that is, save on untie. WHY? Today we have a number of serializers that store complex data structures, from Data::Dumper to Storable. If those core modules are not enough, you have YA...

DANKOGAI/Tie-SaveLater-0.05 - 05 Aug 2020 18:32:26 UTC

Tie::Collection - A trivial implementaion of Tie::Cache by using a tied handle of a hash for storage. River stage one • 1 direct dependent • 1 total dependent

Tie::Collection implements a trivial implementation of Tie::Cache by Joshua Chamas, that gets a tied hash handle to store the data. Assumption was that most common use will be disk storage, therfore the storage hash will probably be tied. Tie::Collec...

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

Tie::Hash::DBD - tie a plain hash to a database table River stage zero No dependents

This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC

Tie::Array::DBD - tie a plain array to a database table River stage zero No dependents

This module ties an array to a database table using only an "index" and a "value" field. If no tables specification is passed, this will create a temporary table with "h_key" for the key field and a "h_value" for the value field. I think it would mak...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC

Tie::RDBM::Cached - Tie hashes to relational databases. River stage zero No dependents

In addition to Tie::RDBM this module provides a caching method for fast updates to data. This can be EASILY achieved by the user with a little effort without resorting to this module. I wrote the module because I like the interface to the hash and on...

HARRY/Tie-RDBM-Cached-0.03 - 24 Sep 2004 23:57:59 UTC

Tie::RDBM::Cached - Tie hashes to relational databases. River stage zero No dependents

In addition to Tie::RDBM this module provides one of two caching methods for fast access and retrieval of data. This can be easily achieved by the user without resorting to this module. I wrote the module because I like the interface to the hash and ...

HARRY/Tie-RDBM-Cached-0.03 - 24 Sep 2004 23:57:59 UTC

Tie::RefHash::Weak - A Tie::RefHash subclass with weakened references in the keys. River stage two • 3 direct dependents • 12 total dependents

The Tie::RefHash module can be used to access hashes by reference. This is useful when you index by object, for example. The problem with Tie::RefHash, and cross indexing, is that sometimes the index should not contain strong references to the objecs...

NUFFIN/Tie-RefHash-Weak-0.09 - 18 Oct 2008 04:18:23 UTC
21 results (0.046 seconds)