kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.15k stars 570 forks source link

How to connect clickhouse? #132

Open jgshzy opened 6 years ago

jgshzy commented 6 years ago

Can it support to connect clickhouse database?

vlcinsky commented 6 years ago

@jgshzy PR #147 allows parametrized backends. You may try to add clickhouse database backend and play with that to learn, if it seems working well.

Before running any test, do not forget to install database python package (probably sqlalchemy-clickhouse).