diff --git a/mysql_python/README.md b/mysql_python/README.md index 4a400ea..af47c81 100644 --- a/mysql_python/README.md +++ b/mysql_python/README.md @@ -1,10 +1,10 @@ -##Note: +## Note: This script requires [mysql.connector](https://dev.mysql.com/downloads/connector/python/). ``` pip install mysql_connector ``` -##Variables: +## Variables: HOST - address of the MySQL server, DATABASE - database on the server you wish to operate on, SQL - your query. \ No newline at end of file diff --git a/postgres_cpp/README.md b/postgres_cpp/README.md index 3c6d7d7..1faf2a8 100644 --- a/postgres_cpp/README.md +++ b/postgres_cpp/README.md @@ -1,7 +1,7 @@ -##Note: +## Note: This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm). -##Variables in ```cpp #define ```: +## 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. \ No newline at end of file