Re: Official C++ API for postgresql?

From: Steve Atkins <steve(at)blighty(dot)com>
To: "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:22:42
Message-ID: 2C7977B6-638D-4C22-8782-06BA90DDD41F@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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.

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message niXman 2012-09-17 19:25:21 Re: Official C++ API for postgresql?
Previous Message Edson Richter 2012-09-17 19:21:04 log_destination = csvlog, line breaks interfere in analysis