From 0e6fbcfb80ebc96ed8656896b6641498aa9ef272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Thu, 13 Apr 2023 07:38:38 -0300 Subject: [PATCH] PyMySQL - um cliente MySQL feito em Python Puro --- aula206/main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 aula206/main.py diff --git a/aula206/main.py b/aula206/main.py new file mode 100644 index 0000000..a14eb3f --- /dev/null +++ b/aula206/main.py @@ -0,0 +1,4 @@ +# PyMySQL - um cliente MySQL feito em Python Puro +# Doc: https://pymysql.readthedocs.io/en/latest/ +# Pypy: https://pypi.org/project/pymysql/ +# GitHub: https://github.com/PyMySQL/PyMySQL