Skip to content

Commit 0b3b628

Browse files
authored
Use pgx5 connection string in README
1 parent c62dbba commit 0b3b628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/pgx/v5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package is for [pgx/v5](https://pkg.go.dev/github.com/jackc/pgx/v5). A backend for the older [pgx/v4](https://pkg.go.dev/github.com/jackc/pgx/v4). is [also available](..).
44

5-
`pgx://user:password@host:port/dbname?query`
5+
`pgx5://user:password@host:port/dbname?query`
66

77
| URL Query | WithInstance Config | Description |
88
|------------|---------------------|-------------|

0 commit comments

Comments
 (0)