From e359a649393985ae857b8bc86d0843f650712c2f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 19 Dec 2016 23:05:05 +0800 Subject: [PATCH] Update sql link --- de/05.5.md | 6 +++++- en/05.5.md | 4 +++- zh/05.5.md | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/de/05.5.md b/de/05.5.md index 0a5fbf75..de0c65c8 100644 --- a/de/05.5.md +++ b/de/05.5.md @@ -15,10 +15,14 @@ PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql) + +MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb) MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) +Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) + ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc) ## Installation diff --git a/en/05.5.md b/en/05.5.md index eeef9a65..0079e0fd 100644 --- a/en/05.5.md +++ b/en/05.5.md @@ -15,10 +15,12 @@ PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql) MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) +Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) + ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc) ## Installation diff --git a/zh/05.5.md b/zh/05.5.md index 346c0cb7..1e6ef7c9 100644 --- a/zh/05.5.md +++ b/zh/05.5.md @@ -10,10 +10,14 @@ PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql) + +MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb) MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) +Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8) + ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc)