Nette\Debug & dibi example 2

Dibi can dump variables via Nette\Debug, part of Nette Framework.

'sqlite', 'database' => 'sample.sdb', )); // throws error Debug::consoleDump( dibi::fetchAll('SELECT * FROM [customers] WHERE [customer_id] < %i', 38), '[customers]' );