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 2649d63 commit c4e7537Copy full SHA for c4e7537
README.md
@@ -22,7 +22,7 @@ And add new connection into your config/database.php file. Something like this:
22
```php
23
'connections' => [
24
'clickhouse' => [
25
- 'driver' => 'clickhouse',
+ 'driver' => 'clickhouse-ext',
26
'host' => '',
27
'port' => '',
28
'database' => '',
@@ -39,7 +39,7 @@ Or like this, if clickhouse runs in cluster
39
40
41
42
43
'cluster' => [
44
'server-1' => [
45
0 commit comments