From 6882eb00aa18a104f98e2b2ec164326adf0f047d Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Tue, 9 Jan 2024 19:29:38 +0100 Subject: [PATCH] 1st commit --- .idea/Scripts_Python.iml | 11 ++ .idea/encodings.xml | 4 + .idea/misc.xml | 7 + .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 295 +++++++++++++++++++++++++++++++++++++++ client.py | 13 ++ fabfile.py | 13 ++ ma_base.db | Bin 0 -> 16384 bytes mysql_fetch.py | 30 ++++ mysql_fetch_2.py | 35 +++++ mysql_insert.py | 42 ++++++ server.py | 34 +++++ sqlite_fetch.py | 35 +++++ sqlite_insert.py | 51 +++++++ 15 files changed, 584 insertions(+) create mode 100644 .idea/Scripts_Python.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 client.py create mode 100644 fabfile.py create mode 100644 ma_base.db create mode 100644 mysql_fetch.py create mode 100644 mysql_fetch_2.py create mode 100644 mysql_insert.py create mode 100644 server.py create mode 100644 sqlite_fetch.py create mode 100644 sqlite_insert.py diff --git a/.idea/Scripts_Python.iml b/.idea/Scripts_Python.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/Scripts_Python.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..ba24381 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9e64d3b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b2d3dea --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +