-
Notifications
You must be signed in to change notification settings - Fork 1
Home
do- edited this page Apr 27, 2025
·
8 revisions
doix-db-clickhouse
is a doix-db plugin for the ClickHouse DBMS.
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`)