Update 'postgres_cpp/README.md'

This commit is contained in:
Marcin Kostrzewski 2019-04-19 15:16:53 +00:00
parent 7a4b2f3c57
commit a6e66f86cb

View File

@ -1,7 +1,9 @@
## Note:
This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm).
## Variables in ```c++ #define ```:
## 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.