-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spanner Postgres interface support (#555)
Adds support for the [GCP Spanner Postgres Interface](https://cloud.google.com/spanner/docs/postgresql-interface), which only requires a slight modification to the postgres driver. This will not work with a GoogleSQL-flavored Spanner database; support for that will require a dedicated driver. The new functionality is accessed with a custom `spanner-postgres://` scheme. This is rather un-standard and something I just made up, so the exact scheme is open for debate. We shouldn't use just `spanner://`, since that may cause confusion down the line when a driver for Spanner with the GoogleSQL dialect is added. Related discussion: #369
- Loading branch information
1 parent
95b49f1
commit 95461d6
Showing
4 changed files
with
84 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters