Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
argayash committed Jul 14, 2018
1 parent 32ba165 commit 8209062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $connectionParams = [
];
$conn = \Doctrine\DBAL\DriverManager::getConnection($connectionParams, new \Doctrine\DBAL\Configuration());
```
`driverOptions` are special `smi2/phpclickhouse` client [settings](https://github.com/smi2/phpClickHouse#settings)

### Symfony
configure...
Expand All @@ -52,6 +53,9 @@ doctrine:
dbname: default
driver_class: FOD\DBALClickHouse\Driver
wrapper_class: FOD\DBALClickHouse\Connection
options:
enable_http_compression: 1
max_execution_time: 60
#mysql:
# ...
```
Expand Down

0 comments on commit 8209062

Please sign in to comment.