clickhouse-sqlalchemy
library.
The required arguments to establish a connection are as follows:
host
is the hostname or IP address of the ClickHouse server.port
is the TCP/IP port of the ClickHouse server.user
is the username used to authenticate with the ClickHouse server.password
is the password to authenticate the user with the ClickHouse server.database
defaults to default
. It is the database name to use when connecting with the ClickHouse server.protocol
defaults to native
. It is an optional parameter. Its supported values are http
and https
.