'sqlite', 'filename' => 'data/db.sqlite' )); if ($db->schema()->check(1)) { return $db; } else { die('Unable to migrate database schema.'); } });