Add Apache Phoenix/Avatica database/sql driver. (#956)

This commit is contained in:
Francis Chuang 2017-06-30 03:31:09 +10:00 committed by Felipe Oliveira
parent ff956eaed0
commit 0f39d8e44f

View File

@ -323,6 +323,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.
* [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 using database/sql.