Skip to content

Added ClickHouse session_id support

Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 25 Oct 19:51
· 179 commits to main since this release
6248210

See #121

import { createClient } from '@clickhouse/client'

const client = createClient({
  session_id: `<session_id>`,
})

Kudos to @KMahoney