Python: Add modeling of PyMySQL

This commit is contained in:
Rasmus Wriedt Larsen
2020-12-14 10:56:33 +01:00
parent e7b6400e48
commit 31d4ea77cb
4 changed files with 37 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ import pymysql
connection = pymysql.connect(host="localhost", user="user", password="passwd")
cursor = connection.cursor()
cursor.execute("some sql", (42,)) # $ MISSING: getSql="some sql"
cursor.execute("some sql", (42,)) # $ getSql="some sql"