records
records copied to clipboard
How to connect clickhouse?
Can it support to connect clickhouse database?
@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).