Replies: 1 comment
-
@weakeng what makes you think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
``
from aiomysql import cursors
db = databases.Database(mysql_url, min_size=1, max_size=20,cursorclass=cursors.DictCursor)
if will raise a TypeError: row must be a sequence:
return RowProxy(metadata, row, metadata._processors, metadata._keymap)
Beta Was this translation helpful? Give feedback.
All reactions