clickhouse-sdk-patterns

Installation
SKILL.md

ClickHouse SDK Patterns

Overview

Production patterns for @clickhouse/client — typed queries, streaming inserts, error handling, and connection lifecycle management.

Prerequisites

  • @clickhouse/client installed (see clickhouse-install-auth)
  • Familiarity with async/await and Node.js streams

Instructions

Pattern 1: Typed Query Helper

import { createClient } from '@clickhouse/client';
Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Mar 30, 2026