c용 postgresql 라이브러리
libpg-dev를 설치하면 되려나?
[링크 : https://www.postgresql.org/docs/9.1/libpq-example.html]
[링크 : https://www.postgresql.org/docs/9.5/libpq-connect.html]
[링크 : http://www.askyb.com/cpp/c-postgresql-example/] cpp class
+
sudo apt-get install libpq-dev vi pg_exam.c #include <postgresql/libpq-fe.h> gcc pg_exam.c -lpq ./a.out "dbname=postgres host=localhost user=postgres password=postgres" |
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
postgresql '' (0) | 2019.06.25 |
---|---|
postgresql truncate table (0) | 2019.06.25 |
xsd to postgresql DDL (0) | 2019.06.18 |
postgresql dbms 설정 (0) | 2019.06.14 |
pgadmin dashboard 살려내기 (0) | 2019.06.13 |