From bd1ca33ea5f5b6ebe964f52da3661a356918f356 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 5 Aug 2021 14:47:25 +0800 Subject: [PATCH] Update docs for pgx (#2024) Reviewed-on: https://gitea.com/xorm/xorm/pulls/2024 Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d7217fa2..2312b78e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_CN.md b/README_CN.md index 36930faa..1f3b75e2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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)