-----Original Message-----
From: pgsql-general-ow...@postgresql.org 
[mailto:pgsql-general-ow...@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.nix...@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 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.
<<


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to