From 8617986faa6171c2f3569b5f2119ae0622cd19e5 Mon Sep 17 00:00:00 2001 From: Henry Fuheng Wu <47995124+henrywu2019@users.noreply.github.com> Date: Wed, 26 Feb 2020 13:42:34 -0800 Subject: [PATCH] Updated SQLDrivers (markdown) --- SQLDrivers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLDrivers.md b/SQLDrivers.md index ec74c338..4d6bc04d 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -13,6 +13,7 @@ Drivers for Go's sql package include: * **Apache Ignite/GridGain**: https://github.com/amsokol/ignite-go-client * **Apache Impala**: https://github.com/bippio/go-impala * **Apache Avatica/Phoenix**: https://github.com/apache/calcite-avatica-go + * **Amazon AWS Athena**: https://github.com/uber/athenadriver * **AWS Athena**: https://github.com/segmentio/go-athena * **ClickHouse** (uses [native TCP interface](https://clickhouse.yandex/docs/en/interfaces/tcp.html)): https://github.com/kshvakov/clickhouse * **ClickHouse** (uses [HTTP API](https://clickhouse.yandex/docs/en/interfaces/http_interface.html)): https://github.com/mailru/go-clickhouse