'pdo_mysql', 'host' => 'localhost', 'user' => 'root', 'password' => '', 'dbname' => 'jlp_repo')); $schema = new RepositorySchema([], $connection); foreach ($schema->toSql($connection->getDatabasePlatform()) as $sql) { $connection->exec($sql); } ?>