Re: Official C++ API for postgresql?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Official C++ API for postgresql?
Дата
Msg-id CAHyXU0zP=Re1EoZ7b8y+HcOx9pU0Hyp=UhEXK9YCdBqGS=LDug@mail.gmail.com
обсуждение исходный текст
Ответ на Official C++ API for postgresql?  (niXman <i.nixman@gmail.com>)
Список pgsql-general
On Mon, Sep 17, 2012 at 1:58 PM, niXman <i.nixman@gmail.com> wrote:
> Hello,
>
> Tell me please, whether there is an official C++ API for postgresql?

Technically speaking, the only official C++ api is libpq, which, while
a C API, is C++ compatible.  libpxx is a set of wrappers to libpq that
will give you C++ classes to use vs the more traditional C API calls.
It's very mature and works well if you prefer that style of
development.

merlin


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

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