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

Struct Driver

backend/plugin/db/dynamodb/dynamodb.go:36–41  ·  view source on GitHub ↗

Driver is the BigQuery driver.

Source from the content-addressed store, hash-verified

34
35// Driver is the BigQuery driver.
36type Driver struct {
37 config db.ConnectionConfig
38 connCtx db.ConnectionContext
39 client *dynamodb.Client
40 awsConfig aws.Config
41}
42
43func newDriver() db.Driver {
44 return &Driver{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected