Skip to content

Commit

Permalink
Update clickhouse.mdx (apache#17937)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
rfraposa authored and bwang221 committed Feb 10, 2022
1 parent 690561c commit 11d9acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/Connecting to Databases/clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 11d9acd

Please sign in to comment.