Tracy & SQL Exceptions | dibi

Dibi can display and log exceptions via Tracy.

'sqlite3', 'database' => 'data/sample.s3db', 'profiler' => array( 'run' => TRUE, ), )); // add panel to debug bar $panel = new Dibi\Bridges\Tracy\Panel; $panel->register($connection); // throws error because SQL is bad dibi::query('SELECT FROM customers WHERE customer_id < ?', 38);