Thread: "Go" (lang) standard driver

"Go" (lang) standard driver

From
Edson Richter
Date:
Is there any standard PostgreSQL driver for Go language?
Do members of this group could share experiences with Go + PostgreSQL development?

Thanks,

E.R.

Fwd: "Go" (lang) standard driver

From
Tony Shelver
Date:
---------- 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:
Is there any standard PostgreSQL driver for Go language?
Do members of this group could share experiences with Go + PostgreSQL development?

Thanks,

E.R.

Re: "Go" (lang) standard driver

From
Olivier Gautherot
Date:
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

Re: "Go" (lang) standard driver

From
Stephen Frost
Date:
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

Attachment

Re: "Go" (lang) standard driver

From
Scottix
Date:
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

Re: "Go" (lang) standard driver

From
David Gallagher
Date:
I can recommend sqlx: 


On Tue, Aug 18, 2020 at 4:56 PM Scottix <scottix@gmail.com> wrote:
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