records icon indicating copy to clipboard operation
records copied to clipboard

How to connect clickhouse?

Open jgshzy opened this issue 7 years ago • 1 comments

Can it support to connect clickhouse database?

jgshzy avatar Mar 17 '18 08:03 jgshzy

@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).

vlcinsky avatar Apr 26 '18 21:04 vlcinsky