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 32ba165 commit 8209062Copy full SHA for 8209062
README.md
@@ -36,6 +36,7 @@ $connectionParams = [
36
];
37
$conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, new \Doctrine\DBAL\Configuration());
38
```
39
+`driverOptions` are special `smi2/phpclickhouse` client [settings](https://github.com/smi2/phpClickHouse#settings)
40
41
### Symfony
42
configure...
@@ -52,6 +53,9 @@ doctrine:
52
53
dbname: default
54
driver_class: FOD\DBALClickHouse\Driver
55
wrapper_class: FOD\DBALClickHouse\Connection
56
+ options:
57
+ enable_http_compression: 1
58
+ max_execution_time: 60
59
#mysql:
60
# ...
61
0 commit comments