Nette\Debug & dibi example

Dibi can display and log exceptions via Nette\Debug, part of Nette Framework.

'sqlite', 'database' => 'data/sample.sdb', 'profiler' => array( 'run' => TRUE, ) )); // throws error dibi::query('SELECT FROM [customers] WHERE [customer_id] < %i', 38);