django-clickhouse-backend icon indicating copy to clipboard operation
django-clickhouse-backend copied to clipboard

Supporting Integration Engines

Open sergeyka opened this issue 1 year ago • 1 comments

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`]);

sergeyka avatar Dec 06 '23 04:12 sergeyka