# Ch v0.8.3 - API Reference

## Modules

- [Ch](Ch.md): Minimal HTTP ClickHouse client.
- [Ch.Query](Ch.Query.md): Query struct wrapping the SQL statement.
- [Ch.Result](Ch.Result.md): Result struct returned from any successful query.

- [Ch.RowBinary](Ch.RowBinary.md): Helpers for working with ClickHouse [RowBinary](https://clickhouse.com/docs/en/interfaces/formats/RowBinary) format.
- [Ch.Types](Ch.Types.md): Helpers to turn ClickHouse types into Elixir terms for easier processing.

- Exceptions
  - [Ch.Error](Ch.Error.md): Error struct wrapping ClickHouse error responses.

