Butler.pm - http://remus.rutgers.edu/~petechen/Butler/Butlerpm.html
A Perl module that enables Perl scripts to access the Butler SQL database. Currently, this only works on Macs, so this will only be useful with MacPerl. |
Class::DBI - http://class-dbi.com/
Provides a convenient abstraction layer to a database. |
CPAN: Database Interfaces - http://search.cpan.org/modlist/Database_Interfaces
Listing of modules and their corresponding documentation. |
DBD::MySQL - http://dev.mysql.com/downloads/dbi.html
Basic abstraction layer for working with databases in Perl, a driver for using MySQL with DBI and a pure-Perl implementation of the MySQL client-server protocol. |
DBI.pm - http://www1.uni-hamburg.de/RRZ/Software/DBI.pm/DBI.pm.html
A Perl module used for the connection, retrieval and storage of data from various database applications. |
DBIWrapper - http://dbiwrapper.sourceforge.net/
Designed to facilitate easier access to databases using DBI. High level methods for reading, writing, committing and rolling back transactions are provided. |
DBIx::Browse - http://dbix-browse.sourceforge.net/
Designed to facilitate the browsing (INSERT, UPDATE and DELETE) of related database tables. With demonstration. |
DBIx::Password - http://tangent.org/index.pl?node_id=420
Allows creation of a global password file for DB passwords. |
MSSQL::DBlib & MSSQL::Sqllib - http://www.sommarskog.se/mssql/
Two Perl classes for accessing Microsoft SQL Server from Perl from MS Windows only. |
Survey of DBI Wrappers - http://search.cpan.org/dist/DBIx-SQLEngine/SQLEngine/Docs/Related.pod
Reviews and tabulates the features for many of the DBI wrapper modules available on CPAN. |