Skip to content

Commit 474e21a

Browse files
julienschmidttz70s
authored andcommitted
Remove Cloud SQL dialer (go-sql-driver#1007)
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
1 parent 51051c5 commit 474e21a

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,7 @@ TCP on a remote host, e.g. Amazon RDS:
396396
id:password@tcp(your-amazonaws-uri.com:3306)/dbname
397397
```
398398

399-
Google Cloud SQL on App Engine (First Generation MySQL Server):
400-
```
401-
user@cloudsql(project-id:instance-name)/dbname
402-
```
403-
404-
Google Cloud SQL on App Engine (Second Generation MySQL Server):
399+
Google Cloud SQL on App Engine:
405400
```
406401
user:password@unix(/cloudsql/project-id:region-name:instance-name)/dbname
407402
```

appengine.go

-25
This file was deleted.

0 commit comments

Comments
 (0)