-
I did read the earlier conversation in 581 I understand that Spanner is not a priority. But if I did spend the time to implement this, would you be willing to accept spanner related code into Keto? If yes, should it just be another struct that implements the Persistor interface with spanner specific code? Or do you recommend a different approach? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I think @zepatrik should be the one to decide this (and give advice on the best approach), but imho we would accept a spanner integration in Keto. |
Beta Was this translation helpful? Give feedback.
-
Understood. Thank you |
Beta Was this translation helpful? Give feedback.
-
Since Spanner is not supported directly, you can alternatively use pgadapter
|
Beta Was this translation helpful? Give feedback.
I think @zepatrik should be the one to decide this (and give advice on the best approach), but imho we would accept a spanner integration in Keto.
It wont be the primary solution as Patrik pointed out, as that would require open source; but having it as a additional feature sounds good.