Skip to content

Commit 847a2e3

Browse files
authored
docs: document support for JDBC and pgx (#352)
* docs: document support for JDBC and pgx * docs: update documentation headers
1 parent 86e4f39 commit 847a2e3

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ equivalent for Spanner databases [that use the PostgreSQL interface](https://clo
55

66
PGAdapter can be used with the following clients:
77
1. `psql`: Versions 11, 12, 13 and 14 are supported. See [psql support](docs/psql.md) for more details.
8-
2. `JDBC`: Versions 42.x and higher have __experimental support__. See [JDBC support](docs/jdbc.md) for more details.
9-
3. `pgx`: Version 4.15 and higher have __experimental support__. See [pgx support](docs/pgx.md) for more details.
8+
2. `JDBC`: Versions 42.x and higher are supported. See [JDBC support](docs/jdbc.md) for more details.
9+
3. `pgx`: Version 4.15 and higher are supported. See [pgx support](docs/pgx.md) for more details.
1010
4. `psycopg2`: Version 2.9.3 and higher (but not `psycopg3`) have __experimental support__.
1111
See [psycopg2](docs/psycopg2.md) for more details. PGAdapter has not yet been tested with `psycopg3`.
1212

docs/jdbc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Google Cloud Spanner PGAdapter - JDBC Experimental Support
1+
# PGAdapter - JDBC Connection Options
22

3-
PGAdapter has __experimental support__ for the [PostgreSQL JDBC driver](https://github.com/pgjdbc/pgjdbc)
4-
version 42.0.0 and higher.
3+
PGAdapter supports the [PostgreSQL JDBC driver](https://github.com/pgjdbc/pgjdbc) version 42.0.0 and higher.
54

65
## Usage
76

docs/pgx.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Google Cloud Spanner PGAdapter - pgx Experimental Support
1+
# PGAdapter - pgx Connection Options
22

3-
PGAdapter has __experimental support__ for the [Go pgx driver](https://github.com/jackc/pgx)
4-
version 4.15.0 and higher.
3+
PGAdapter supports the [Go pgx driver](https://github.com/jackc/pgx) version 4.15.0 and higher.
54

65
## Usage
76

0 commit comments

Comments
 (0)