Which databases does Yii support?
Published on 8/20/2011
Yii uses PDO, which is good, as it supports parameters, which can help to prevent SQL injection attacks.
As of Yii 1.1.8, it supports the following:
- PostgreSQL
- MySQL
- sqlite 3 and sqlite 2
- Microsoft SQL Server
- Oracle
Yii also supports dblib
Some other useful database features supported by Yii include:
- transactions
- schema caching for ActiveRecord
- query caching
- null conversion
- database cache dependencies
- performance profiling