Skip to content

Commit 8209062

Browse files
committed
update README.md
1 parent 32ba165 commit 8209062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ $connectionParams = [
3636
];
3737
$conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, new \Doctrine\DBAL\Configuration());
3838
```
39+
`driverOptions` are special `smi2/phpclickhouse` client [settings](https://github.com/smi2/phpClickHouse#settings)
3940

4041
### Symfony
4142
configure...
@@ -52,6 +53,9 @@ doctrine:
5253
dbname: default
5354
driver_class: FOD\DBALClickHouse\Driver
5455
wrapper_class: FOD\DBALClickHouse\Connection
56+
options:
57+
enable_http_compression: 1
58+
max_execution_time: 60
5559
#mysql:
5660
# ...
5761
```

0 commit comments

Comments
 (0)