1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-27 00:21:13 +02:00

chore: update readme

This commit is contained in:
Vladimir Mihailenco
2023-01-21 12:25:55 +02:00
parent e3920ba190
commit abe915c5b5

View File

@ -5,13 +5,8 @@
[![Documentation](https://img.shields.io/badge/ch-documentation-informational)](https://clickhouse.uptrace.dev/)
[![Chat](https://discordapp.com/api/guilds/752070105847955518/widget.png)](https://discord.gg/rWtp5Aj)
> go-clickhouse is brought to you by :star:
> [**uptrace/uptrace**](https://github.com/uptrace/uptrace). Uptrace is an open source and blazingly
> fast [distributed tracing tool](https://get.uptrace.dev/compare/distributed-tracing-tools.html)
> powered by OpenTelemetry and ClickHouse. Give it a star as well!
This client uses native protocol to communicate with ClickHouse server and requires Go 1.18+ in
order to use generics. This is not a database/sql driver, but the API is compatible.
This ClickHouse client uses native protocol to communicate with ClickHouse server and requires Go
1.18+ in order to use generics. This is not a database/sql driver, but the API is compatible.
Main features are:
@ -27,7 +22,7 @@ Main features are:
- [Migrations](https://clickhouse.uptrace.dev/guide/clickhouse-migrations.html).
- [OpenTelemetry](https://clickhouse.uptrace.dev/guide/clickhouse-monitoring-performance.html)
support.
- In production at [Uptrace](https://uptrace.dev/)
- In production at [Uptrace](https://github.com/uptrace/uptrace)
Resources: