Files
pkgsrc-ng/databases/p5-Tie-DBI/DESCR
2013-09-26 17:14:40 +02:00

6 lines
319 B
Plaintext

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 associative array, from which individual
fields can be set or retrieved.