From 30279ebb92d017873d7dd6346b6849df3ae3c956 Mon Sep 17 00:00:00 2001 From: teenjuna <53595243+teenjuna@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:59:55 +0700 Subject: [PATCH] Update using-go-and-pgx.rst `v1.18` is released, therefore the note should be updated --- docs/guides/using-go-and-pgx.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/guides/using-go-and-pgx.rst b/docs/guides/using-go-and-pgx.rst index 6357bdb80b..f24faaf2a0 100644 --- a/docs/guides/using-go-and-pgx.rst +++ b/docs/guides/using-go-and-pgx.rst @@ -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