From 8ecc664962b73af4adafedde4323c37c8c68b805 Mon Sep 17 00:00:00 2001 From: Ory Band Date: Wed, 8 Apr 2015 11:58:57 +0300 Subject: [PATCH] added BigQuery stream insert package: go-bqstreamer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f55b9cd..3dd06b88 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * Relational Databases * [go-adodb](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that using database/sql. + * [go-bqstreamer](https://github.com/rounds/go-bqstreamer) - BigQuery fast and concurrent stream insert. * [go-mssqldb](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver prototype in go language. * [go-oci8](https://github.com/mattn/go-oci8) - Oracle driver for go that using database/sql. * [go-pgsql](https://github.com/lxn/go-pgsql) - A PostgreSQL client package for the Go Programming Language.