BAD_2019_PojProg/postgres_cpp/README.md

9 lines
281 B
Markdown
Raw Normal View History

2019-04-19 17:13:38 +02:00
## Note:
2019-04-19 17:12:38 +02:00
This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm).
2019-04-19 17:16:53 +02:00
## Variables in ```c++
#define
```:
2019-04-19 17:15:47 +02:00
- HOST - address of the MySQL server (IPv4 form),
- DATABASE - database on the server you wish to operate on,
- SQL - your query.