Skip to content

Commit f41173a

Browse files
authored
Update using-go-and-pgx.rst (#2318)
`v1.18` is released, therefore the note should be updated
1 parent c4e4b68 commit f41173a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/guides/using-go-and-pgx.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ Using Go and pgx
33
================
44

55
.. note::
6-
Experimental support for :code:`pgx/v5` was added in v1.17.2. Full support will be
7-
included in v1.18.0. Until then, you'll need to pass the :code:`--experimental`
8-
flag to :code:`sqlc generate`.
6+
:code:`pgx/v5` is supported starting from v1.18.0.
97

108

119
pgx is a pure Go driver and toolkit for PostgreSQL. It's become the default

0 commit comments

Comments
 (0)