libpq usage from C++

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: libpq usage from C++
Date: 2026-03-14 04:40:48
Message-ID: CA+FnnTzfegG8E3JoB0P9cFMZLS2__+0ZtixyGHtxxmSXKk=o6A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

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"?

Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2026-03-14 04:47:00 Re: libpq usage from C++
Previous Message Laurence Newman 2026-03-13 12:08:59 Index scan with bitmap filter - has this been explored