mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-07 02:55:23 +00:00
13 lines
156 B
Python
13 lines
156 B
Python
|
|
||
|
|
||
|
class ClickHouseConnection:
|
||
|
|
||
|
def __init__(self):
|
||
|
pass
|
||
|
|
||
|
def create_connection(self):
|
||
|
pass
|
||
|
|
||
|
def execute_sql(self):
|
||
|
pass
|