Re: Official C++ API for postgresql?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: niXman <i(dot)nixman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Official C++ API for postgresql?
Date: 2012-09-17 20:03:27
Message-ID: CAHyXU0zP=Re1EoZ7b8y+HcOx9pU0Hyp=UhEXK9YCdBqGS=LDug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 17, 2012 at 1:58 PM, niXman <i(dot)nixman(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message fabio fumarola 2012-09-17 20:11:52 Re: unicode searches failing that use % and LIKE operators
Previous Message niXman 2012-09-17 20:00:38 Re: Official C++ API for postgresql?