Re: About PostgreSQL as developer

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: About PostgreSQL as developer
Date: 2012-11-05 04:27:18
Message-ID: 50974026.5000001@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/02/12 10:11 PM, Hernán Cano Martínez wrote:
> I am interested in the way of implement PostgreSQL in my apps --if
> possible-- in a native way.
> I am in a project that use C++ as the base programming-language.
>
> We want a guidance from you with this respect.

the native API from C is libpq ... see
http://www.postgresql.org/docs/current/static/libpq.html

there's a C++ wrapper, libpqxx, here http://pqxx.org/development/libpqxx/

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2012-11-05 04:33:23 Re: About PostgreSQL as developer
Previous Message Tom Lane 2012-11-05 00:10:51 Re: alter view foo set () -- fixed in 9.2 stable, but when will it be released?