Re: libpq usage from C++

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: libpq usage from C++
Date: 2026-03-14 04:47:00
Message-ID: CANzqJaD3UQF_1TywV92gvTTc+viqcwNpsk-twbvKhsn9RncMhQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Mar 14, 2026 at 12:41 AM Igor Korot <ikorot01(at)gmail(dot)com> wrote:

> Hi, ALL,
>
> Does anybody use libpq from C++?
>
> C++ introduces STL.
> C++ introduces smart-pointers.
>
> Is there a simple way of using those writing libpq communication?
>
> Or should I just forget about them and use good old "dump pointers"?
>

Maybe use an existing libpq wrapper for c++?

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2026-03-14 04:51:29 Re: libpq usage from C++
Previous Message Igor Korot 2026-03-14 04:40:48 libpq usage from C++