
FishMonger
Veteran
Oct 9, 2010, 7:54 AM
Views: 2648
|
|
Re: [miniCruzer] Which DBI to use for this project?
|
|
|
DBI - Database independent interface for Perl http://search.cpan.org/~timb/DBI-1.615/DBI.pm DBD::mysql - MySQL driver for the Perl5 Database Interface (DBI) http://search.cpan.org/~capttofu/DBD-mysql-4.017/lib/DBD/mysql.pm Tie::Hash::DBD, tie a plain hash to a database table http://search.cpan.org/~hmbrand/Tie-Hash-DBD-0.07/lib/Tie/Hash/DBD.pm Tie::DBI - Tie hashes to DBI relational databases http://search.cpan.org/~toddr/Tie-DBI-1.05/lib/Tie/DBI.pm
(This post was edited by FishMonger on Oct 9, 2010, 7:56 AM)
|