Re: libpq usage from C++ - Mailing list pgsql-general

From Adrian Klaver
Subject Re: libpq usage from C++
Date
Msg-id ab2fedd8-759e-4021-974c-46178a7e318f@aklaver.com
Whole thread Raw
In response to libpq usage from C++  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On 3/13/26 9:40 PM, Igor Korot wrote:
> Hi, ALL,
> 
> Does anybody use libpq from C++?

Search engine of choice:

libpq c++

yields:

https://pqxx.org/development/libpqxx/

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


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: libpq usage from C++
Next
From: Igor Korot
Date:
Subject: Does included columns part of the PK