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/



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to