7 lines
271 B
Markdown
7 lines
271 B
Markdown
|
##Note:
|
||
|
This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm).
|
||
|
|
||
|
##Variables in ```cpp #define ```:
|
||
|
HOST - address of the MySQL server (IPv4 form),
|
||
|
DATABASE - database on the server you wish to operate on,
|
||
|
SQL - your query.
|