delphi/client-laudis

使用 Delphi 使用 laudis/neo4j-php-client 的客户端包装器

dev-main 2021-08-22 15:41 UTC

This package is auto-updated.

Last update: 2024-09-22 22:51:53 UTC


README

使用 Delphi 使用 laudis/neo4j-php-client 的客户端包装器

用法

$laudis = new \Laudis\Neo4j\Client(...);
$client = new \delphi\ORM\Client\Laudis\ClientProxy($laudis);

$client->run($query, $parameters);