ClickHaskell: ClickHouse driver

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Small dependency footprint highlevel ClickHouse driver


[Skip to Readme]

Properties

Versions 0.1.0, 0.2.0
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]
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-13T22:57:29Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Dump core

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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