开发者

Connect to PostgreSQL from C++ (gcc)

开发者 https://www.devze.com 2023-04-04 23:08 出处:网络
How I can to connect Po开发者_开发问答stgreSQL in a console C++ programm, which header files I must to include etc?This is official documentation of libpq.

How I can to connect Po开发者_开发问答stgreSQL in a console C++ programm, which header files I must to include etc?


This is official documentation of libpq.

http://www.postgresql.org/docs/8.1/static/libpq.html


You can try third-party C++ libraries for database connectivity like SOCI

0

精彩评论

暂无评论...
验证码 换一张
取 消