BAD_2019_PojProg/postgres_cpp
2019-04-19 17:15:47 +02:00
..
Makefile initial commit 2019-04-19 16:53:20 +02:00
postgres_connector.cpp initial commit 2019-04-19 16:53:20 +02:00
README.md initial commit 2019-04-19 17:15:47 +02:00

Note:

This script requires libpqxx library.

Variables in c++ #define :

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