added BigQuery stream insert package: go-bqstreamer

This commit is contained in:
Ory Band 2015-04-08 11:58:57 +03:00
parent baa1e3d751
commit 8ecc664962

View File

@ -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.