libdbi-perl

Rating: 
0
No votes yet

Perl Database Interface (DBI)
DBI (DataBase Interface) is a Perl framework that provides a common interface
to access various backend databases in a uniform manner. DBD (DataBase Driver)
modules provide implementations for various backend data storage mechanisms
including networked relational databases (particularly SQL databases) and even
web services such as the Google search engine.
.
It is extremely portable and available for a wide range of operating systems,
architectures and data stores, including:
.
* Oracle
* Microsoft SQL Server
* IBM DB2
* SQLite
* PostgreSQL
* Firebird
* MySQL

Application versions: 
AttachmentSizeDate
File libdbi-perl_1.616-1_armel.deb873.43 KB05/08/2013 - 11:45
Changelog: 

libdbi-perl (1.616-1) unstable; urgency=low

[ Ansgar Burchardt ]
* New upstream release 1.613
* Drop patch spelling.patch (applied upstream).
* dh_perl_dbi: No longer add unversioned dependency on libdbi-perl.
* debian/copyright: Refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.
* Update my email address.

[ Nicholas Bamber ]
* New upstream release 1.615
* Added myself to Uploaders
* Refreshed patches
* Added myself to copyright, removed 'GNU/Linux' and compressed dates
* Added comment to lintian override

[ Jonathan Yu ]
* New upstream release 1.616

[ gregor herrmann ]
* Refresh patch t__40profile.t__NTP.patch (offset).
* debian/copyright: add information about new third-party files.
* Fix hashbang in example scripts.