Skip to content

KovalevDima/ClickHaskell

Repository files navigation

ClickHaskell

Haskell implementation of ClickHouse DBMS Native protocol and client

ClickHaskell allows you:

  1. to handle 1+ million rows per second
  2. to share single connection between multiple threads
  3. to build reliable CI/CD and ship DBMS integrations faster

Visit Home page to learn more

⚠️ Current version is unstable

ClickHaskell 1.0.0 will be released after most of the negative case tests have been implemented. Until then, you may encounter unexpected behavior