MCPcopy Create free account
hub / github.com/bytebase/bytebase / Driver

Struct Driver

backend/plugin/db/bigquery/bigquery.go:35–42  ·  view source on GitHub ↗

Driver is the BigQuery driver.

Source from the content-addressed store, hash-verified

33
34// Driver is the BigQuery driver.
35type Driver struct {
36 config db.ConnectionConfig
37 connCtx db.ConnectionContext
38 client *bigquery.Client
39
40 // databaseName is the currently connected database name.
41 databaseName string
42}
43
44func newDriver() db.Driver {
45 return &Driver{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected