summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:11:36 +0000
committerzuntum <zuntum>2001-11-01 00:11:36 +0000
commit4991dd0eac9df878678eae89126db950cc516d4c (patch)
tree4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /databases/p5-DBD-mysql/DESCR
parenta658e08ca524fddd6dcef6452c7bf3ff1720f49f (diff)
downloadpkgsrc-4991dd0eac9df878678eae89126db950cc516d4c.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'databases/p5-DBD-mysql/DESCR')
-rw-r--r--databases/p5-DBD-mysql/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql/DESCR b/databases/p5-DBD-mysql/DESCR
new file mode 100644
index 00000000000..72de65e8b24
--- /dev/null
+++ b/databases/p5-DBD-mysql/DESCR
@@ -0,0 +1,10 @@
+Mysql.pm and DBD::mysql implement two different approaches to
+communicate with an mysql server. DBD::mysql is built
+upon the DBI, the generic Perl Database Interface. It brings you an
+identical interface to a broad variety of databases and is in this
+regard comparable to ODBC. The advantage of the DBI approach is
+portability and interoperability. Mysql.pm is the elder species.
+It was written before DBI was available but inspired by an early
+draft of the DBI specification. As has been been circulating longer
+it are more mature and pretty stable. It is also more complete
+than DBD::mysql.