Re: Official C++ API for postgresql? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Official C++ API for postgresql?
Date
Msg-id CAHyXU0zP=Re1EoZ7b8y+HcOx9pU0Hyp=UhEXK9YCdBqGS=LDug@mail.gmail.com
Whole thread Raw
In response to Official C++ API for postgresql?  (niXman <i.nixman@gmail.com>)
List pgsql-general
On Mon, Sep 17, 2012 at 1:58 PM, niXman <i.nixman@gmail.com> wrote:
> Hello,
>
> Tell me please, whether there is an official C++ API for postgresql?

Technically speaking, the only official C++ api is libpq, which, while
a C API, is C++ compatible.  libpxx is a set of wrappers to libpq that
will give you C++ classes to use vs the more traditional C API calls.
It's very mature and works well if you prefer that style of
development.

merlin


pgsql-general by date:

Previous
From: niXman
Date:
Subject: Re: Official C++ API for postgresql?
Next
From: Edson Richter
Date:
Subject: Re: log_destination = csvlog, line breaks interfere in analysis