Imported p5-Net-MySQL.
authorrillig <rillig>
Mon, 5 Feb 2007 23:08:02 +0000 (23:08 +0000)
committerrillig <rillig>
Mon, 5 Feb 2007 23:08:02 +0000 (23:08 +0000)
commitb9c13ef4f75f1abe5211b3f9009461b866ac4e6e
tree3d9ec2eb41863b7a51303a72726a35ac0f234829
parentd19eed57bf7b05de5115bdec840b67692bd44ec4
Imported p5-Net-MySQL.

Net::MySQL is a Pure Perl client interface for the MySQL database.
This module implements network protocol between server and client
of MySQL, thus you don't need external MySQL client library like
libmysqlclient for this module to work. It means this module enables
you to connect to MySQL server from some operation systems which
MySQL is not ported.
How nifty!

Since this module's final goal is to completely replace DBD::mysql,
API is made similar to that of DBI.
From perl you activate the interface with the statement

Packaged by Francisco Valladolid Hdez.
databases/p5-Net-MySQL/DESCR [new file with mode: 0644]
databases/p5-Net-MySQL/Makefile [new file with mode: 0644]
databases/p5-Net-MySQL/PLIST [new file with mode: 0644]
databases/p5-Net-MySQL/distinfo [new file with mode: 0644]