diff --git a/postgres_cpp/README.md b/postgres_cpp/README.md index e74911f..ecfcb8f 100644 --- a/postgres_cpp/README.md +++ b/postgres_cpp/README.md @@ -1,9 +1,10 @@ ## Note: This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm). -## Variables in ```c++ +## Variables +```c++ #define -```: +``` - HOST - address of the MySQL server (IPv4 form), - DATABASE - database on the server you wish to operate on, - SQL - your query. \ No newline at end of file