httk.store.backend.clickhouse ============================= .. py:module:: httk.store.backend.clickhouse .. autoapi-nested-parse:: ClickHouse-specific support for the SQL storage backend. The dialect-agnostic engine wrapper and store live in :mod:`httk.store.backend.sql`; this package holds the ClickHouse constructor (:func:`httk.store.backend.clickhouse.engine.database`) and the Keeper-backed schema, lease, and connection-guard machinery in :mod:`httk.store.backend.clickhouse.support`. Submodules ---------- .. toctree:: :maxdepth: 1 /reference/autoapi/httk/store/backend/clickhouse/engine/index /reference/autoapi/httk/store/backend/clickhouse/support/index