-
Notifications
You must be signed in to change notification settings - Fork 694
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
Cloud native database compatibility #181
Comments
No. Noone asked for that, so there are no such dialects in Exposed. I mark this issue as a feature request, but can't give you any estimates. |
We are running against Cockroach using PostgreSQL drivers and things are fine. You may need to write code to automagically retry, as Cockroach bails out of many more transactions than Postgres |
I'm trying to run our Postgres app against Cockroach. Not much success at the moment. Currently having problems with altering columns, altering columns with an index |
Is there any progress in adding google cloud spanner support? I would like to help if it is possible. |
@matheusfrancisco feel free to publish a PR with the GC Spanner support. Please use https://github.com/GoogleCloudPlatform/cloud-spanner-emulator for tests. |
Hi @matheusfrancisco, any news on this? I am also interested in exposed and Google cloud spanner support and could potentially help if there is an on going effort, if needed! |
+1 - would be great to see |
FWIW, |
Attempting that workaround gives:
We can specify the transaction level but then get
Googling suggests setting auto-commit mode will help, but then my final attempt:
fails with
|
Is it compatible with Google Cloud Spanner and CockroachDB ?
The text was updated successfully, but these errors were encountered: