From 25555b534d21503207756c7569bcca61ad4b4f34 Mon Sep 17 00:00:00 2001 From: Francis Chuang Date: Fri, 27 Apr 2018 10:57:04 +1000 Subject: [PATCH] Update repository for avatica database driver (#1902) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bea14a35..a97f7362 100644 --- a/README.md +++ b/README.md @@ -366,7 +366,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for connecting and operating databases.* * Relational Databases - * [avatica](https://github.com/Boostport/avatica) - Apache Phoenix/Avatica SQL driver for database/sql. + * [avatica](https://github.com/apache/calcite-avatica-go) - Apache Avatica/Phoenix SQL driver for database/sql. * [bgc](https://github.com/viant/bgc) - Datastore Connectivity for BigQuery for go. * [firebirdsql](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL driver for Go. * [go-adodb](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that uses database/sql.