initial commit
This commit is contained in:
parent
a30f42e3b8
commit
9e8af5acec
10
mysql_python/README.md
Normal file
10
mysql_python/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
##Note:
|
||||||
|
This script requires [mysql.connector](https://dev.mysql.com/downloads/connector/python/).
|
||||||
|
```
|
||||||
|
pip install mysql_connector
|
||||||
|
```
|
||||||
|
|
||||||
|
##Variables:
|
||||||
|
HOST - address of the MySQL server,
|
||||||
|
DATABASE - database on the server you wish to operate on,
|
||||||
|
SQL - your query.
|
7
postgres_cpp/README.md
Normal file
7
postgres_cpp/README.md
Normal file
@ -0,0 +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.
|
Loading…
Reference in New Issue
Block a user