Yii Database MySQL Extension is a database extension for the Yii Framework that allows developers to access and interact with MySQL and MariaDb databases. It provides a set of classes and methods for connecting to a MySQL and MariaDb database, executing SQL queries, and managing data within the database. The extension is designed to be easy to use and integrate into Yii-based applications, and supports a wide range of MySQL, MariaDb features and functions. It also includes support for transactions, database schema management, and error handling.
It is used in Yii Framework but can be used separately.
PHP | Mysql/MariaDb | CI-Actions |
---|---|---|
8.0-8.2 | 5.7-8.0/10.4-10.10 |
The package could be installed via composer:
composer require yiisoft/db-mysql
For config connection to Mysql, MariaDb database check Connecting MySQL/MariaDb.
Check the documentation docs to learn about usage.
Check the documentation to learn about testing.
The Yii DataBase MySQL Extension is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.