mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
353 B
Plaintext
6 lines
353 B
Plaintext
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.
|