PyMySQL - um cliente MySQL feito em Python Puro

This commit is contained in:
Luiz Otávio
2023-04-13 07:38:38 -03:00
parent d2f9495bf5
commit 0e6fbcfb80

4
aula206/main.py Normal file
View File

@@ -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