18
README.md
18
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
|
||||
|
||||
|
||||
16
de/05.5.md
16
de/05.5.md
@@ -9,17 +9,21 @@ 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)
|
||||
|
||||
MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb)
|
||||
MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
|
||||
|
||||
ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc)
|
||||
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
|
||||
|
||||
|
||||
14
en/05.5.md
14
en/05.5.md
@@ -9,17 +9,19 @@ 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)
|
||||
|
||||
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)
|
||||
Oracle: [github.com/mattn/go-oci8](https://github.com/mattn/go-oci8)
|
||||
|
||||
ODBC: [bitbucket.org/miquella/mgodbc](https://bitbucket.org/miquella/mgodbc)
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
16
zh/05.5.md
16
zh/05.5.md
@@ -4,17 +4,21 @@ 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)
|
||||
|
||||
MS ADODB: [github.com/mattn/go-adodb](github.com/mattn/go-adodb)
|
||||
MsSql: [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
|
||||
|
||||
ODBC: [bitbucket.org/miquella/mgodbc](bitbucket.org/miquella/mgodbc)
|
||||
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)
|
||||
|
||||
|
||||
## 安装
|
||||
|
||||
Reference in New Issue
Block a user