Database driver for CommonPHP that builds queries for and connects to MySQL Server.
- PHP
^8.5 comphp/database:^0.3- A MySQL extension or connection library supported by the implementation
Once this package is available through your Composer repositories, install it with:
composer require comphp/database-mysql<?php
// TODO: Write usageThis driver is intended for applications that need MySQL connection and query behavior through CommonPHP Database.
The driver should keep MySQL-specific connection strings, query behavior, parameter handling, and result behavior outside the core database package.
Connection, query, transaction, configuration, and result failures should throw CommonPHP database driver exceptions instead of returning ambiguous false values.
MIT. See LICENSE.md.