File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ equivalent for Spanner databases [that use the PostgreSQL interface](https://clo
55
66PGAdapter can be used with the following clients:
771 . ` 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.
10104 . ` 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments