summaryrefslogtreecommitdiff
path: root/databases/p5-DBIWrapper/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIWrapper/DESCR')
-rw-r--r--databases/p5-DBIWrapper/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/p5-DBIWrapper/DESCR b/databases/p5-DBIWrapper/DESCR
new file mode 100644
index 00000000000..d5e6d19598b
--- /dev/null
+++ b/databases/p5-DBIWrapper/DESCR
@@ -0,0 +1,12 @@
+DBIWrapper is a generic database Perl module for accessing
+the Perl DBI database interface. It provides the lowest level
+of functionality needed by any program wanting to access
+databases via the DBI. Currently, DBIWrapper is only
+aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD
+modules and how to work with them correctly.
+
+Support for transactions on MySQL is now checked for and
+if found to be available, the AutoCommit flag is turned
+off so that transactions will be used.
+
+WWW: http://dbiwrapper.sourceforge.net/