|
|
1. |
Butler.pm
-
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.
|
|
|
2. |
Class::DBI
-
Provides a convenient abstraction layer to a database.
|
|
|
3. |
CPAN: Database Interfaces
-
Listing of modules and their corresponding documentation.
|
|
|
4. |
DBD::MySQL
-
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.
|
|
|
5. |
DBI.pm
-
A Perl module used for the connection, retrieval and storage of data from various database applications.
|
|
|
6. |
DBIWrapper
-
Designed to facilitate easier access to databases using DBI. High level methods for reading, writing, committing and rolling back transactions are provided.
|
|
|
7. |
DBIx::Browse
-
Designed to facilitate the browsing (INSERT, UPDATE and DELETE) of related database tables. With demonstration.
|
|
|
8. |
DBIx::Password
-
Allows creation of a global password file for DB passwords.
|
|
|
9. |
libsite-db-perl
-
Provides basic and easy database-connectivity through both URLs and standard DBD-parameters.
|
|
|
10. |
MSSQL::DBlib & MSSQL::Sqllib
-
Two Perl classes for accessing Microsoft SQL Server from Perl from MS Windows only.
|
|
|
11. |
Survey of DBI Wrappers
-
Reviews and tabulates the features for many of the DBI wrapper modules available on CPAN.
|
|
|
12. |
The Poop Scoop
-
A review of the various modules available for Perl Object-Oriented Persistence (POOP), including RDBMS-OO mappers.
|