Re: c++ program to connect to postgre database

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: c++ program to connect to postgre database
Дата
Msg-id 4A557352.7060005@hogranch.com
обсуждение исходный текст
Ответ на c++ program to connect to postgre database  (ramon rhey serrano <ramonrheyserrano@yahoo.com>)
Список pgsql-general
ramon rhey serrano wrote:
> Hello,
>
> I'm thinking of making a program in C++ (API) that will connect, read,
> and write to a PostgreSQL database. I honestly have no idea where to
> start and how to implement it in C++ using Dev C++ IDE.
> Any help would be greatly appreciated.

C++ easily calls C libaries...  I'd probably use libpq calls, see
http://www.postgresql.org/docs/current/static/libpq.html


there is an available C++ wrapper on this also, see
http://pqxx.org/development/libpqxx/



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

Предыдущее
От: ramon rhey serrano
Дата:
Сообщение: c++ program to connect to postgre database
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: PostgreSQL and Poker