Skip to content

Commit 62850d9

Browse files
committed
修正go-sql-driver的地址
使用go get github.com/Go-SQL-Driver/MySQL获取时会报错,检查后发现确切的地址应该全是小写的。
1 parent c2b70a8 commit 62850d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/05.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## MySQL驱动
55
Go中支持MySQL的驱动目前比较多,有如下几种,有些是支持database/sql标准,而有些是采用了自己的实现接口,常用的有如下几种:
66

7-
- https://github.com/Go-SQL-Driver/MySQL 支持database/sql,全部采用go写。
7+
- https://github.com/go-sql-driver/mysql 支持database/sql,全部采用go写。
88
- https://github.com/ziutek/mymysql 支持database/sql,也支持自定义的接口,全部采用go写。
99
- https://github.com/Philio/GoMySQL 不支持database/sql,自定义接口,全部采用go写。
1010

0 commit comments

Comments
 (0)