initial commit

This commit is contained in:
marcin 2019-04-19 17:15:47 +02:00
parent aa3b91592d
commit 7a4b2f3c57
2 changed files with 7 additions and 7 deletions

View File

@ -5,6 +5,6 @@ pip install mysql_connector
```
## Variables:
HOST - address of the MySQL server,
DATABASE - database on the server you wish to operate on,
SQL - your query.
- HOST - address of the MySQL server,
- DATABASE - database on the server you wish to operate on,
- SQL - your query.

View File

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