Fix lib/pg Pgsql database link
This commit is contained in:
@@ -6,7 +6,7 @@ PostgreSQL is an object-relational database management system available for many
|
||||
|
||||
There are many database drivers available for PostgreSQL. Here are three examples of them:
|
||||
|
||||
- [https://github.com/bmizerany/pq](https://github.com/lib/pq) supports `database/sql`, written in pure Go.
|
||||
- [https://github.com/lib/pq](https://github.com/lib/pq) supports `database/sql`, written in pure Go.
|
||||
- [https://github.com/jbarham/gopgsqldriver](https://github.com/jbarham/gopgsqldriver) supports `database/sql`, written in pure Go.
|
||||
- [https://github.com/lxn/go-pgsql](https://github.com/lxn/go-pgsql) supports `database/sql`, written in pure Go.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user