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

From Dann Corbit
Subject Re: Official C++ API for postgresql?
Date
Msg-id 87F42982BF2B434F831FCEF4C45FC33E55C68B79@EXCHANGE.corporate.connx.com
Whole thread Raw
In response to Re: Official C++ API for postgresql?  (Steve Atkins <steve@blighty.com>)
Responses Re: Official C++ API for postgresql?
List pgsql-general
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Steve Atkins
Sent: Monday, September 17, 2012 12:23 PM
To: pgsql-general@postgresql.org General
Subject: Re: [GENERAL] Official C++ API for postgresql?


On Sep 17, 2012, at 11:58 AM, niXman <i.nixman@gmail.com> wrote:

> Hello,
>
> Tell me please, whether there is an official C++ API for postgresql?

http://pqxx.org/development/libpqxx/ is the main C++ specific library. But you can also use libpq from C++, and for
simplerwork it's often easier than libpqxx. 

There are also several other C++ bindings - sqlapi++, soci and Qt are some off the top of my head.
>>
Not to mention the standards based drivers such as ODBC.
<<


pgsql-general by date:

Previous
From: niXman
Date:
Subject: Re: Official C++ API for postgresql?
Next
From: Merlin Moncure
Date:
Subject: Re: foreign key from array element