BAD_2019_PojProg/postgres_cpp
2019-04-19 15:37:20 +00:00
..
Makefile initial commit 2019-04-19 16:53:20 +02:00
postgres_connector.cpp Update 'postgres_cpp/postgres_connector.cpp' 2019-04-19 15:37:20 +00:00
README.md Update 'postgres_cpp/README.md' 2019-04-19 15:20:05 +00:00

Note:

This script requires libpqxx library.

Variables in #define

  • HOST - address of your PostgreSQL server (IPv4 form),
  • DATABASE - database on the server you wish to operate on,
  • SQL - your query.