Update 'postgres_cpp/README.md'

This commit is contained in:
Marcin Kostrzewski 2019-04-19 15:17:52 +00:00
parent a6e66f86cb
commit 462b132542

View File

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