On Mon, Sep 17, 2012 at 1:58 PM, niXman <i.nix...@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 -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general