sergeyka

Results 1 issues of sergeyka

Is it possible to use the "Integration Engines" from https://clickhouse.com/docs/en/engines/table-engines ? For example: ``` ENGINE = PostgreSQL('host:port', 'database', 'table', 'user', 'password'[, `schema`]); ```

question