Yii Database 2.0 + Drivers
We're excited to announce Yii Database 2.0, a major release modernizing the database abstraction layer with PHP 8.1+ features, enhanced type safety, and powerful new capabilities. The drivers have been released as well: PostgreSQL, MySQL/MariaDB, MSSQL, Oracle and SQLite.
New Features
- Implement
ColumnInterfaceclasses according to the data type of database table columns
for type casting performance ConnectionProviderfor connection managementColumnBuilderfor column creationCaseXexpression for CASE-WHEN-THEN-ELSE statements