Fix lib/pg Pgsql database link
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user