Update clickhouse.mdx (#17937)

There is a contradiction on this page - the requirements show `clickhouse-sqlalchemy` and then there is this sentence stating that the recommended connector is `sqlalchemy-clickhouse`, which is somewhat of an abandoned driver that is not seeing any activity in Github. I would suggest either removing the sentence about "recommended connector" or changing the link (as I have done in this PR).
This commit is contained in:
Rich Raposa 2022-01-07 08:45:53 -07:00 committed by GitHub
parent 2098898b31
commit c95d6bf88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ clickhouse-sqlalchemy>=0.1.6
```
The recommended connector library for Clickhouse is
[sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse).
[clickhouse-sqlalchemy](https://github.com/xzkostyan/clickhouse-sqlalchemy).
The expected connection string is formatted as follows: