Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bigquery dialect #237

Closed
wants to merge 1 commit into from
Closed

Added bigquery dialect #237

wants to merge 1 commit into from

Conversation

pn03
Copy link

@pn03 pn03 commented Jan 12, 2025

References

Issue(s): #196

Description

This PR adds support to work with BigQuery database using Gorm's BigQuery driver v1.2.0

Data Source Name for BigQuery contains project-id, location, dataset.
Among these location is optional.
Also options contains various optional values in query string format.

DSN = "bigquery://{name}?{options}"

name = project_id[/location_id]/dataset_id
options = option1=value1&option2=value2

@pn03 pn03 closed this Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant