From 04e3fd3487b8a838518da2147d6cef70fabc3edf Mon Sep 17 00:00:00 2001 From: Aleksandr Sokolovskii Date: Sun, 22 Apr 2018 09:46:44 +0300 Subject: [PATCH] Apache Ignite drive has moved to apache-ignite org scope --- SQLDrivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLDrivers.md b/SQLDrivers.md index aa32a549..05d7d468 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -10,7 +10,7 @@ See the design goals doc: Drivers for Go's sql package include: - * **Apache Ignite/GridGain**: https://github.com/amsokol/ignite-go-client + * **Apache Ignite/GridGain**: https://github.com/apache-ignite/go-client * **Apache Phoenix/Avatica**: https://github.com/Boostport/avatica * **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