Fix mysql database link
This commit is contained in:
@@ -11,7 +11,7 @@ Como beedb soporta los estándares de la interfaz `database/sql` cualquier manej
|
||||
|
||||
Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv)
|
||||
|
||||
Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver)
|
||||
Mysql: [github/go-mysql-driver/mysql](github/go-mysql-driver/mysql)
|
||||
|
||||
PostgreSQL: [github.com/lib/pq](github.com/lib/pq)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ beedbはdatabase/sql標準インターフェースをサポートしたORMライ
|
||||
|
||||
Mysql:github.com/ziutek/mymysql/godrv[*]
|
||||
|
||||
Mysql:code.google.com/p/go-mysql-driver[*]
|
||||
Mysql:github/go-mysql-driver/mysql[*]
|
||||
|
||||
PostgreSQL:github.com/lib/pq[*]
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Because beedb supports `database/sql` interface standards, any driver that imple
|
||||
|
||||
Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv)
|
||||
|
||||
Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver)
|
||||
Mysql: [github/go-mysql-driver/mysql](github/go-mysql-driver/mysql)
|
||||
|
||||
PostgreSQL: [github.com/lib/pq](github.com/lib/pq)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user