From d6edb45909b1e4ae0ddada38df1bea339b860b0c Mon Sep 17 00:00:00 2001 From: Kuba Kaflik Date: Mon, 2 Oct 2023 23:16:04 +0200 Subject: [PATCH] clickhouse-go client (#4630) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d280f821..3ee85a92 100644 --- a/README.md +++ b/README.md @@ -847,6 +847,7 @@ _Libraries for building and using SQL._ ### Search and Analytic Databases +- [clickhouse-go](https://github.com/ClickHouse/clickhouse-go/) - ClickHouse SQL client for Go with a `database/sql` compability. - [elastic](https://github.com/olivere/elastic) - Elasticsearch client for Go. - [elasticsql](https://github.com/cch123/elasticsql) - Convert sql to elasticsearch dsl in Go. - [elastigo](https://github.com/mattbaird/elastigo) - Elasticsearch client library.