BAD_2019_PojProg/postgres_cpp/README.md

7 lines
279 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:18:17 +02:00
## Variables in ```#define```
2019-04-19 17:20:05 +02:00
- HOST - address of your PostgreSQL server (IPv4 form),
2019-04-19 17:15:47 +02:00
- DATABASE - database on the server you wish to operate on,
- SQL - your query.