Projects / DBI

DBI

The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC, and other database systems without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more. You can connect to multiple databases of different types at the same time and easily move data between them.

Tags
Licenses
Implementation

RSS Recent releases

  •  22 Dec 2010 22:13

Release Notes: connect() was optimized to remove redundant FETCH.

  •  23 Feb 2009 12:29

Release Notes: The minimum supported version now is Perl 5.8.1. A missing import of carp in DBI::Gofer::Execute was fixed. Also there were small fixes in the documentation.

  •  22 Mar 2005 08:48

Release Notes: DBI::DBD::Metadata generation of type_info_all was fixed. Driver authors who have used it should rerun it. fetchall_hashref() now supports multi-keyfield nested hash fetching.

Screenshot

Project Spotlight

Squid Analyzer

A tool that makes graphical and top reports from the Squid proxy access log.

Screenshot

Project Spotlight

afio

A cpio-compatible archive/backup program.