Re: Official C++ API for postgresql?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Official C++ API for postgresql?
Дата
Msg-id 2C7977B6-638D-4C22-8782-06BA90DDD41F@blighty.com
обсуждение исходный текст
Ответ на Official C++ API for postgresql?  (niXman <i.nixman@gmail.com>)
Ответы Re: Official C++ API for postgresql?  (Dann Corbit <DCorbit@connx.com>)
Список pgsql-general
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 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



В списке pgsql-general по дате отправления:

Предыдущее
От: Edson Richter
Дата:
Сообщение: log_destination = csvlog, line breaks interfere in analysis
Следующее
От: niXman
Дата:
Сообщение: Re: Official C++ API for postgresql?