Update docs for pgx
This commit is contained in:
parent
0b3cc25a10
commit
57daead0b0
|
@ -41,6 +41,7 @@ Drivers for Go's sql package which currently support database/sql includes:
|
|||
|
||||
* [Postgres](https://github.com/postgres/postgres) / [Cockroach](https://github.com/cockroachdb/cockroach)
|
||||
- [github.com/lib/pq](https://github.com/lib/pq)
|
||||
- [github.com/jackc/pgx](https://github.com/jackc/pgx)
|
||||
|
||||
* [SQLite](https://sqlite.org)
|
||||
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
|
||||
|
|
|
@ -40,6 +40,7 @@ v1.0.0 相对于 v0.8.2 有以下不兼容的变更:
|
|||
|
||||
* [Postgres](https://github.com/postgres/postgres) / [Cockroach](https://github.com/cockroachdb/cockroach)
|
||||
- [github.com/lib/pq](https://github.com/lib/pq)
|
||||
- [github.com/jackc/pgx](https://github.com/jackc/pgx)
|
||||
|
||||
* [SQLite](https://sqlite.org)
|
||||
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
|
||||
|
|
Loading…
Reference in New Issue