Add files from parent branch HEAD:
[pkgsrc.git] / databases / p5-DBIWrapper / DESCR
1 DBIWrapper is a generic database Perl module for accessing
2 the Perl DBI database interface.  It provides the lowest level
3 of functionality needed by any program wanting to access
4 databases via the DBI.  Currently, DBIWrapper is only
5 aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD
6 modules and how to work with them correctly.
7
8 Support for transactions on MySQL is now checked for and
9 if found to be available, the AutoCommit flag is turned
10 off so that transactions will be used.
11
12 WWW: http://dbiwrapper.sourceforge.net/