JDBC | ClickHouse Documentation
clickhouse.com › table-engines › integrationsTo implement the JDBC connection, ClickHouse uses the separate program clickhouse-jdbc-bridge that should run as a daemon. This engine supports the Nullable data type. Creating a Table CREATE TABLE [IF NOT EXISTS] [db.]table_name ( columns list... ) ENGINE = JDBC(datasource_uri, external_database, external_table) Engine Parameters