Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/guides/using-go-and-pgx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ Using Go and pgx
================

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


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