We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb30986 commit 88fa104Copy full SHA for 88fa104
README.md
@@ -51,12 +51,14 @@ use Http\Client\Curl\Client;
51
use Nyholm\Psr7\Factory\Psr17Factory;
52
use SimPod\ClickHouseClient\Client\PsrClickHouseClient;
53
use SimPod\ClickHouseClient\Client\Http\RequestFactory;
54
+use SimPod\ClickHouseClient\Param\ParamValueConverterRegistry;
55
56
$psr17Factory = new Psr17Factory;
57
58
$clickHouseClient = new PsrClickHouseClient(
59
new Client(),
60
new RequestFactory(
61
+ new ParamValueConverterRegistry(),
62
$psr17Factory,
63
$psr17Factory
64
),
0 commit comments