From 06f8694b32880a9d9b7d0d539a258fe7f93df8d6 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Fri, 19 Apr 2019 15:18:17 +0000 Subject: [PATCH] Initial commit --- postgres_cpp/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/postgres_cpp/README.md b/postgres_cpp/README.md index ecfcb8f..3fe1d41 100644 --- a/postgres_cpp/README.md +++ b/postgres_cpp/README.md @@ -1,10 +1,7 @@ ## Note: This script requires [libpqxx library](https://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm). -## Variables -```c++ -#define -``` +## Variables in ```#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