aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/clickhouse-connect/clickhouse_connect/__init__.py
blob: 81ee6dd3a07ee5fa9173ac8b99229ca620426ffb (plain) (blame)
1
2
3
4
5
6
from clickhouse_connect.driver import create_client


driver_name = 'clickhousedb'

get_client = create_client