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 25eb3b5 commit 64b8fc4Copy full SHA for 64b8fc4
ebook/05.4.md
@@ -9,7 +9,7 @@ MySQL被Oracle收购之后正在逐步的封闭(自MySQL 5.5.31以后的所有
9
## 驱动
10
Go实现的支持PostgreSQL的驱动也很多,因为国外很多人在开发中使用了这个数据库。
11
12
-- https://github.com/bmizerany/pq 支持database/sql驱动,纯Go写的
+- https://github.com/lib/pq 支持database/sql驱动,纯Go写的
13
- https://github.com/jbarham/gopgsqldriver 支持database/sql驱动,纯Go写的
14
- https://github.com/lxn/go-pgsql 支持database/sql驱动,纯Go写的
15
@@ -43,7 +43,7 @@ package main
43
import (
44
"database/sql"
45
"fmt"
46
- _ "github.com/bmizerany/pq"
+ _ "https://github.com/lib/pq"
47
)
48
49
func main() {
0 commit comments