Skip to content

Commit 64b8fc4

Browse files
committed
1 parent 25eb3b5 commit 64b8fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebook/05.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MySQL被Oracle收购之后正在逐步的封闭(自MySQL 5.5.31以后的所有
99
## 驱动
1010
Go实现的支持PostgreSQL的驱动也很多,因为国外很多人在开发中使用了这个数据库。
1111

12-
- https://github.com/bmizerany/pq 支持database/sql驱动,纯Go写的
12+
- https://github.com/lib/pq 支持database/sql驱动,纯Go写的
1313
- https://github.com/jbarham/gopgsqldriver 支持database/sql驱动,纯Go写的
1414
- https://github.com/lxn/go-pgsql 支持database/sql驱动,纯Go写的
1515

@@ -43,7 +43,7 @@ package main
4343
import (
4444
"database/sql"
4545
"fmt"
46-
_ "github.com/bmizerany/pq"
46+
_ "https://github.com/lib/pq"
4747
)
4848

4949
func main() {

0 commit comments

Comments
 (0)