'sqlite', 'database_file' => $path ]); if($schemaPath){ $db->query(\file_get_contents($schemaPath)); } return $db; } }