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)