Search results for "module:DBIx::TableHash"
DBIx::TableHash - Tie a hash to a mysql table + SQL utils
CHTHORMAN/DBIx-TableHash-1.04
-
27 Jul 2002 05:07:09 UTC
DBIx::Table2Hash - Read a database table into a hash
"DBIx::Table2Hash" is a pure Perl module. This module reads a database table and stores keys and values in a hash. The aim is to create a hash which is a simple look-up table. To this end, the module allows the key_column to point to an SQL expressio...
RSAVAGE/DBIx-Table2Hash-1.18 - 07 Feb 2021 05:32:38 UTC
DBIx::Hash2Table - Save a hash into a database table
"DBIx::Hash2Table" is a pure Perl module. This module saves a hash ref into an existing database table of at least 3 columns. Each row in the table will consist of these 3 columns, at least: id (row number), parent's id, and the value of a hash key. ...
RSAVAGE/DBIx-Hash2Table-2.05 - 07 Feb 2021 05:05:51 UTC