Registry / cloud / seandolphin-bqschema

seandolphin-bqschema

JSON →
library1.0.0gogounverified

A Go library for generating BigQuery schemas from Go structs.

go get github.com/SeanDolphin/bqschema
INSTALL
IMPORT
SIG · SEANDOLPHIN-BQSCHE
S
seandolphin-bqschema
cloudgov1.0.0
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.

bqschema
github.com/SeanDolphin/bqschema

Generates a BigQuery schema from a Go struct.

package main import ( "fmt" "github.com/SeanDolphin/bqschema" ) type MyStruct struct { Name string `bigquery:"name"` Age int `bigquery:"age"` } func main() { schema, _ := bqschema.ToSchema(MyStruct{}) fmt.Println(schema) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
seandolphin-bqschema — go get seandolphin-bqschema · libregistry