Skip to content

Commit

Permalink
Remove Cloud SQL dialer (go-sql-driver#1007)
Browse files Browse the repository at this point in the history
CloudSQL is only available up to Go 1.9 on Google AppEngine, which was phased out. Starting from 2019-10-01, no new apps can be deployed to GAE/Go 1.9 anymore. This dialer is thus obsolete.

Fixes go-sql-driver#1002
  • Loading branch information
julienschmidt authored and tz70s committed Sep 5, 2020
1 parent 8b4547c commit 45fc137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -396,12 +396,7 @@ TCP on a remote host, e.g. Amazon RDS:
id:password@tcp(your-amazonaws-uri.com:3306)/dbname
```

Google Cloud SQL on App Engine (First Generation MySQL Server):
```
user@cloudsql(project-id:instance-name)/dbname
```

Google Cloud SQL on App Engine (Second Generation MySQL Server):
Google Cloud SQL on App Engine:
```
user:password@unix(/cloudsql/project-id:region-name:instance-name)/dbname
```
Expand Down
25 changes: 0 additions & 25 deletions appengine.go

This file was deleted.

0 comments on commit 45fc137

Please sign in to comment.