PDO mysql database access extensions for php
The PHP Data Objects (PDO) extension defines a lightweight,
consistent interface for accessing databases in PHP.
Each database driver that implements the PDO interface can
expose database-specific features as regular extension functions.

pdo_mysql is a driver that implements the PHP Data Objects (PDO)
interface to enable access from PHP to MySQL 3.x, 4.x and 5.x databases.

Maintainer: Robert Nagy <robert@openbsd.org>

WWW: http://www.php.net/
