ClickHaskell: ClickHouse driver

[ bsd3, clickhouse, library ] [ Propose Tags ] [ Report a vulnerability ]

Small dependency footprint highlevel ClickHouse driver


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0 (info)
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), binary (<9), bytestring (<0.13), deepseq (<1.6), network, text (<2.2), time (<1.13), wide-word (<0.2) [details]
Tested with ghc ==9.4.8, ghc ==9.6.6, ghc ==9.8.4, ghc ==9.10.1
License BSD-3-Clause
Copyright 2023 Kovalev Dmitry
Author Kovalev Dmitry
Maintainer Kovalev Dmitry
Category ClickHouse
Home page https://clickhaskell.dev/
Bug tracker https://git.clickhaskell.dev/
Source repo head: git clone https://github.com/KovalevDima/ClickHaskell
Uploaded by onarainydayillwinanyway at 2025-03-23T06:15:06Z
Distributions NixOS:0.1.0
Downloads 35 total (5 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for ClickHaskell-0.2.0

[back to package description]

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