asyncmy icon indicating copy to clipboard operation
asyncmy copied to clipboard

Set globals required by PEP249 (DB API 2.0)

Open Cielquan opened this issue 1 year ago • 0 comments

According to PEP249 there are some module global constants which "must be defined".

I came across this issue while looking for the parameter syntax used by asyncmy. Unfortunately neither asyncmy's docstrings nor type hints are shown for me in VSCode, while the syntax is mentioned there: https://github.com/long2ice/asyncmy/blob/dev/asyncmy/cursors.pyx#L171-L172

Maybe an example with parameters on the README would also be nice.

Cielquan avatar Sep 12 '23 11:09 Cielquan