"Go" (lang) standard driver
Is there any standard PostgreSQL driver for Go language?
Do members of this group could share experiences with Go + PostgreSQL development?
Thanks,
E.R.
---------- Forwarded message ---------
From: Tony Shelver <tshelver@gmail.com>
Date: Tue, 18 Aug 2020 at 09:33
Subject: Re: "Go" (lang) standard driver
To: Edson Richter <edsonrichter@hotmail.com>
A quick Google search found https://github.com/lib/pq. Has 6.1K stars so
I would guess fairly well used.
On Tue, 18 Aug 2020 at 05:56, Edson Richter <edsonrichter@hotmail.com>
wrote:
Show quoted text
Is there any standard PostgreSQL driver for Go language?
Do members of this group could share experiences with Go + PostgreSQL
development?Thanks,
E.R.
Import Notes
Reply to msg id not found: CAG0dhZBS4LJb8Zb-9rPsO1AayYyeW1ykWOuG-6E29LLLQ=zO0A@mail.gmail.com
Hi Edson,
Le mar. 18 août 2020 à 09:36, Tony Shelver <tshelver@gmail.com> a écrit :
---------- Forwarded message ---------
From: Tony Shelver <tshelver@gmail.com>
Date: Tue, 18 Aug 2020 at 09:33
Subject: Re: "Go" (lang) standard driver
To: Edson Richter <edsonrichter@hotmail.com>A quick Google search found https://github.com/lib/pq. Has 6.1K stars
so I would guess fairly well used.
I have used it successfully and it performed perfectly. Go for it.
On Tue, 18 Aug 2020 at 05:56, Edson Richter <edsonrichter@hotmail.com>
wrote:Is there any standard PostgreSQL driver for Go language?
Do members of this group could share experiences with Go + PostgreSQL
development?Thanks,
E.R.
Olivier
Show quoted text
Greetings,
* Olivier Gautherot (ogautherot@gautherot.net) wrote:
Le mar. 18 août 2020 à 09:36, Tony Shelver <tshelver@gmail.com> a écrit :
---------- Forwarded message ---------
From: Tony Shelver <tshelver@gmail.com>
Date: Tue, 18 Aug 2020 at 09:33
Subject: Re: "Go" (lang) standard driver
To: Edson Richter <edsonrichter@hotmail.com>A quick Google search found https://github.com/lib/pq. Has 6.1K stars
so I would guess fairly well used.I have used it successfully and it performed perfectly. Go for it.
It also says that it's not actively developed and recommends pgx
instead...
Thanks,
Stephen
I have been using pgx and seems to be working well.
I recommend if your just starting to use the v4 version.
On Tue, Aug 18, 2020 at 5:53 AM Stephen Frost <sfrost@snowman.net> wrote:
Greetings,
* Olivier Gautherot (ogautherot@gautherot.net) wrote:
Le mar. 18 août 2020 à 09:36, Tony Shelver <tshelver@gmail.com> a écrit
:
---------- Forwarded message ---------
From: Tony Shelver <tshelver@gmail.com>
Date: Tue, 18 Aug 2020 at 09:33
Subject: Re: "Go" (lang) standard driver
To: Edson Richter <edsonrichter@hotmail.com>A quick Google search found https://github.com/lib/pq. Has 6.1K
stars
so I would guess fairly well used.
I have used it successfully and it performed perfectly. Go for it.
It also says that it's not actively developed and recommends pgx
instead...Thanks,
Stephen
--
T: @Thaumion
IG: Thaumion
Scottix@Gmail.com
I can recommend sqlx:
https://github.com/jmoiron/sqlx
On Tue, Aug 18, 2020 at 4:56 PM Scottix <scottix@gmail.com> wrote:
Show quoted text
I have been using pgx and seems to be working well.
I recommend if your just starting to use the v4 version.
On Tue, Aug 18, 2020 at 5:53 AM Stephen Frost <sfrost@snowman.net> wrote:
Greetings,
* Olivier Gautherot (ogautherot@gautherot.net) wrote:
Le mar. 18 août 2020 à 09:36, Tony Shelver <tshelver@gmail.com> a
écrit :
---------- Forwarded message ---------
From: Tony Shelver <tshelver@gmail.com>
Date: Tue, 18 Aug 2020 at 09:33
Subject: Re: "Go" (lang) standard driver
To: Edson Richter <edsonrichter@hotmail.com>
A quick Google search found https://github.com/lib/pq. Has 6.1K
stars
so I would guess fairly well used.
I have used it successfully and it performed perfectly. Go for it.
It also says that it's not actively developed and recommends pgx
instead...
Thanks,
Stephen
--
T: @Thaumion
IG: Thaumion
Scottix@Gmail.com