django-clickhouse-backend
django-clickhouse-backend copied to clipboard
Supporting Integration Engines
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`]);