From 7a4b2f3c5731551b6dc31dc29bb451b4c079fe9c Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 19 Apr 2019 17:15:47 +0200 Subject: [PATCH] initial commit --- mysql_python/README.md | 6 +++--- postgres_cpp/README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mysql_python/README.md b/mysql_python/README.md index af47c81..fab13be 100644 --- a/mysql_python/README.md +++ b/mysql_python/README.md @@ -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. \ No newline at end of file +- 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 1faf2a8..8476bac 100644 --- a/postgres_cpp/README.md +++ b/postgres_cpp/README.md @@ -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. \ No newline at end of file +## 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. \ No newline at end of file