Skip to content
do- edited this page Apr 27, 2025 · 8 revisions

doix-db-clickhouse is a doix-db plugin for the ClickHouse DBMS.

tl;dr

Add a DbPoolCh instance to your Application's pools.

That's it. Now, for a pool named 'dbSomething' (like one in our example), this.dbSomething will appear to be a corresponding DbClient:

const one = await this.dbSomething.getscalar (`SELECT 1`)
Clone this wiki locally