Support for Google Spanner #1198
canberksinangil
started this conversation in
Ideas
Replies: 2 comments
-
The primary thing is to be able to retrieve table and column information for code generation. The important thing is to implement this interface. As an example, SQLite's driver is here. Some extra modifications may be needed for the query object, perhaps to support some Spanner specific features. This part is currently tricky since SQLBoiler uses the same query object across all dialects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any plan to support Google Spanner?
As is mentioned:
What is the most effective way if I want to contribute to that? Is there any guidance that you can provide me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions