Integrating arrow with PyMySQL #1101
laundmo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To use arrow with PyMySQL you can monkey patch the datetime module (sql -> python) and add a new converter (python -> sql)
This has worked without issue for me, but it's still a hack. YMMV.
Hope this can help someone.
Beta Was this translation helpful? Give feedback.
All reactions