From 7e3677df6e3a6a491f2fda35db95b87937b2d0e0 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 19 Dec 2016 22:28:44 +0800 Subject: [PATCH 1/3] Update some link --- README.md | 18 +++++++++--------- en/05.5.md | 12 ++++++------ zh/05.5.md | 12 ++++++------ 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 4f3cc02c1..ac82c383f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Multiple Language Versions -* [English](en/) -* [French](fr/) -* [Spanish](es/) -* [中文](zh/) -* [日本語](ja/) -* [Turkish](tr/) -* [Português - Brasil](pt-br/) -* [German](de/) -* [Русский](ru/) +* [English](en/preface.md) +* [French](fr/preface.md) +* [Spanish](es/preface.md) +* [中文](zh/preface.md) +* [日本語](ja/preface.md) +* [Turkish](tr/preface.md) +* [Português - Brasil](pt-br/preface.md) +* [German](de/preface.md) +* [Русский](ru/preface.md) # Donate diff --git a/en/05.5.md b/en/05.5.md index 0d9768b58..eeef9a658 100644 --- a/en/05.5.md +++ b/en/05.5.md @@ -9,17 +9,17 @@ beedb is an open source project that supports basic ORM functionality, but doesn Because beedb supports `database/sql` interface standards, any driver that implements this interface can be used with beedb. I've tested the following drivers: -Mysql: [github/go-mysql-driver/mysql](github.com/go-sql-driver/mysql) +Mysql: [github/go-mysql-driver/mysql](https://github.com/go-sql-driver/mysql) -PostgreSQL: [github.com/bmizerany/pq](github.com/lib/pq) +PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) -SQLite: [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3) +SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) -MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb) +MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) -ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc) +ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc) ## Installation diff --git a/zh/05.5.md b/zh/05.5.md index 1fa24ab14..346c0cb7f 100644 --- a/zh/05.5.md +++ b/zh/05.5.md @@ -4,17 +4,17 @@ beedb/beego orm是我开发的一个Go进行ORM操作的库,它采用了Go sty beedb/beego orm是支持database/sql标准接口的ORM库,所以理论上来说,只要数据库驱动支持database/sql接口就可以无缝的接入beedb。目前我测试过的驱动包括下面几个: -Mysql: [github/go-mysql-driver/mysql](github.com/go-sql-driver/mysql) +Mysql: [github/go-mysql-driver/mysql](https://github.com/go-sql-driver/mysql) -PostgreSQL: [github.com/bmizerany/pq](github.com/lib/pq) +PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) -SQLite: [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3) +SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) -MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb) +MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) -ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc) +ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc) ## 安装 From 7e2b6925dd7bced70d26736fafd2fc7d954b586c Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 19 Dec 2016 22:45:26 +0800 Subject: [PATCH 2/3] Update de/05.5.md link --- de/05.5.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/de/05.5.md b/de/05.5.md index 87bdeca80..0a5fbf75d 100644 --- a/de/05.5.md +++ b/de/05.5.md @@ -9,17 +9,17 @@ beedb is an open source project that supports basic ORM functionality, but doesn Because beedb supports `database/sql` interface standards, any driver that implements this interface can be used with beedb. I've tested the following drivers: -Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv) +Mysql: [github/go-mysql-driver/mysql](https://github.com/go-sql-driver/mysql) -Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver) +PostgreSQL: [github.com/bmizerany/pq](https://github.com/lib/pq) -PostgreSQL: [github.com/bmizerany/pq](github.com/bmizerany/pq) +SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) -SQLite: [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3) +Mysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) -MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb) +MS ADODB: [github.com/mattn/go-adodb](https://github.com/mattn/go-adodb) -ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc) +ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc) ## Installation From e359a649393985ae857b8bc86d0843f650712c2f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 19 Dec 2016 23:05:05 +0800 Subject: [PATCH 3/3] 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 0a5fbf75d..de0c65c82 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 eeef9a658..0079e0fd2 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 346c0cb7f..1e6ef7c90 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)