function($config) { return new SqliteConnection($config); }, 'mysql' => function($config) { return new MysqlConnection($config); }, ]; } }