Fix mysql database link

This commit is contained in:
vCaesar
2017-05-30 11:30:02 +08:00
parent 18ec8b85d5
commit 0c66fa2a02
3 changed files with 3 additions and 3 deletions

View File

@@ -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)