Path to this page:
Subject: CVS commit: pkgsrc/databases/p5-Tie-DBI
From: Jens Rehsack
Date: 2009-06-15 00:36:41
Message id: 20090614223642.07309175D0@cvs.netbsd.org
Log Message:
Importing package for p5 module Tie::DBI 1.02.
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.
Files: