diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /databases/p5-DBD-mysql/DESCR | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.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/DESCR | 10 |
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. |