Initial commit

This commit is contained in:
Marcin Kostrzewski 2019-04-19 15:18:17 +00:00
parent 462b132542
commit 06f8694b32

View File

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