clickhouse-haskell-0.1.2.4: A Haskell library as database client for Clickhouse
Safe HaskellNone
LanguageHaskell2010

Database.ClickHouseDriver.IO.BufferedWriter

Description

Tools to serialize data sent server. This module is for internal use only.

Synopsis

Documentation

writeIn :: MonoidMap m w => m -> Writer w Source #

transform :: MonoidMap w m => w -> m Source #

type Writer w = WriterT w IO () Source #

The writer monad writes bytestring builders and combine them as a monoid.