-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Bigquery database dialect #196
Comments
Hey @System-Glitch I have recently started working with Go Web Frameworks. I am interested in working on this issue. Let me know if it's still open and not assigned to anyone internally. Thanks |
Hello @pn03 and thanks for your interest! This issue is still open, you can start working on it if you want. Feel free to contact me if you need any help or guidance. |
Hey @System-Glitch thanks for the quick response. |
Hey @System-Glitch I have looked into the code of bigquery driver via link present in the issue. I have written below
The
configuration values of Need your inputs on my trajectory here |
The naming and connection string is indeed very different from the other drivers so far. We could use:
But I'm not entirely satisfied by the host part, since "projectID/location" isn't really a host. Alternatively, we could do just like Finally, we could add new placeholders and their associated configuration entries but I'm not a fan of this solution neither. |
Hey @System-Glitch sorry, I have been a little busy at my work place. I'll work on this next week and get back to you. Wish you Happy Christmas and a Happy New Year !! |
Of course no problem! Have a wonderful end of the year! |
Create a new database dialect to support Gorm's official Bigquery driver.
The text was updated successfully, but these errors were encountered: