SQLite driver for Yii Database is a package for working with SQLite databases in PHP. It includes a database connection class, a command builder class, and a set of classes for representing database ...
The purpose of sqlhooks is to provide a way to instrument your sql statements, making really easy to log queries or measure execution time without modifying your actual code.