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 es una base de datos relacional y de objetos disponible en muchas pla
Existen muchos manejadores de bases de datos para PostgreSQL. Aquí hay algunos ejemplos de ellos:
- [https://github.com/bmizerany/pq](https://github.com/lib/pq) soporta `database/sql`, escrita en Go puro.
- [https://github.com/lib/pq](https://github.com/lib/pq) soporta `database/sql`, escrita en Go puro.
- [https://github.com/jbarham/gopgsqldriver](https://github.com/jbarham/gopgsqldriver) soporta `database/sql`, escrita en Go puro
- [https://github.com/lxn/go-pgsql](https://github.com/lxn/go-pgsql) soporta `database/sql`, escrita en Go puro

View File

@@ -13,7 +13,7 @@ Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv)
Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver)
PostgreSQL: [github.com/bmizerany/pq](github.com/bmizerany/pq)
PostgreSQL: [github.com/lib/pq](github.com/lib/pq)
SQLite: [github.com/mattn/go-sqlite3](github.com/mattn/go-sqlite3)