"Go" (lang) standard driver

Started by Edson Richterover 5 years ago6 messagesgeneral
Jump to latest
#1Edson Richter
edsonrichter@hotmail.com

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

Thanks,

E.R.

#2Tony Shelver
tshelver@gmail.com
In reply to: Edson Richter (#1)
Fwd: "Go" (lang) standard driver

---------- 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.

#3Olivier Gautherot
ogautherot@gautherot.net
In reply to: Tony Shelver (#2)
Re: "Go" (lang) standard driver

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
#4Stephen Frost
sfrost@snowman.net
In reply to: Olivier Gautherot (#3)
Re: "Go" (lang) standard driver

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

#5Scottix
scottix@gmail.com
In reply to: Stephen Frost (#4)
Re: "Go" (lang) standard driver

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

#6David Gallagher
1extrafact@gmail.com
In reply to: Scottix (#5)
Re: "Go" (lang) standard driver

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