comphp/database-mysql
Composer 安装命令:
composer require comphp/database-mysql
包简介
Database Driver for CommonPHP that builds queries for and connects to MySQL Server
README 文档
README
Database driver for CommonPHP that builds queries for and connects to MySQL Server.
Requirements
- PHP
^8.5 comphp/database:^0.3- A MySQL extension or connection library supported by the implementation
Installation
Once this package is available through your Composer repositories, install it with:
composer require comphp/database-mysql
Usage
<?php // TODO: Write usage
Driver Notes
This 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.
Error Handling
Connection, query, transaction, configuration, and result failures should throw CommonPHP database driver exceptions instead of returning ambiguous false values.
Documentation
License
MIT. See LICENSE.md.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-20