From: | Dann Corbit <DCorbit(at)connx(dot)com> |
---|---|
To: | 'Steve Atkins' <steve(at)blighty(dot)com>, "pgsql-general(at)postgresql(dot)org General" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Official C++ API for postgresql? |
Date: | 2012-09-17 19:26:54 |
Message-ID: | 87F42982BF2B434F831FCEF4C45FC33E55C68B79@EXCHANGE.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Steve Atkins
Sent: Monday, September 17, 2012 12:23 PM
To: pgsql-general(at)postgresql(dot)org General
Subject: Re: [GENERAL] Official C++ API for postgresql?
On Sep 17, 2012, at 11:58 AM, niXman <i(dot)nixman(at)gmail(dot)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 simpler work 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.
<<
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2012-09-17 19:31:40 | Re: foreign key from array element |
Previous Message | niXman | 2012-09-17 19:25:21 | Re: Official C++ API for postgresql? |