Registry / database / bonitoo-io-go-sql-bigquery

bonitoo-io-go-sql-bigquery

JSON →
library0.3.4gogounverified

A database/sql driver for Google BigQuery, allowing SQL-based queries and operations.

go get github.com/bonitoo-io/go-sql-bigquery
INSTALL
IMPORT
SIG · BONITOO-IO-GO-SQL-
B
bonitoo-io-go-sql-bigquery
databasegov0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bigquery
github.com/bonitoo-io/go-sql-bigquery

Opens a BigQuery database connection and runs a query.

package main import ( "database/sql" "fmt" _ "github.com/bonitoo-io/go-sql-bigquery" ) func main() { db, _ := sql.Open("bigquery", "project=myproject") var count int db.QueryRow("SELECT COUNT(*) FROM mydataset.mytable").Scan(&count) fmt.Println(count) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
bonitoo-io-go-sql-bigquery — go get bonitoo-io-go-sql-bigquery · libregistry