Skip to content

Commit

Permalink
Use pgx5 connection string in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui authored May 31, 2023
1 parent c62dbba commit 0b3b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/pgx/v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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](..).

`pgx://user:password@host:port/dbname?query`
`pgx5://user:password@host:port/dbname?query`

| URL Query | WithInstance Config | Description |
|------------|---------------------|-------------|
Expand Down

0 comments on commit 0b3b628

Please sign in to comment.