Fix lib/pg Pgsql database link

This commit is contained in:
vCaesar
2017-05-30 11:22:13 +08:00
parent 0a333804b1
commit 18ec8b85d5
14 changed files with 18 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ PostgreSQL - свободная объектно-реляционная сист
Есть множество драйверов баз данных для PostgreSQL, мы рассмотрим три из них:
- [https://github.com/bmizerany/pq](https://github.com/bmizerany/pq) поддерживает `database/sql`, чистый код Go.
- [https://github.com/lib/pq](https://github.com/lib/pq) поддерживает `database/sql`, чистый код Go.
- [https://github.com/jbarham/gopgsqldriver](https://github.com/jbarham/gopgsqldriver) поддерживает `database/sql`, чистый код Go.
- [https://github.com/lxn/go-pgsql](https://github.com/lxn/go-pgsql) поддерживает `database/sql`, чистый код Go.
@@ -35,7 +35,7 @@ PostgreSQL - свободная объектно-реляционная сист
"fmt"
"time"
_ "github.com/bmizerany/pq"
_ "github.com/lib/pq"
)
const (