We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b70a8 commit 62850d9Copy full SHA for 62850d9
ebook/05.2.md
@@ -4,7 +4,7 @@
4
## MySQL驱动
5
Go中支持MySQL的驱动目前比较多,有如下几种,有些是支持database/sql标准,而有些是采用了自己的实现接口,常用的有如下几种:
6
7
-- https://github.com/Go-SQL-Driver/MySQL 支持database/sql,全部采用go写。
+- https://github.com/go-sql-driver/mysql 支持database/sql,全部采用go写。
8
- https://github.com/ziutek/mymysql 支持database/sql,也支持自定义的接口,全部采用go写。
9
- https://github.com/Philio/GoMySQL 不支持database/sql,自定义接口,全部采用go写。
10
0 commit comments