Replies: 1 comment
-
There's been some discussion and it seems that this would be hard with SQLite. The Postgres backend (multicorn) also doesn't seem to support it. |
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
-
I am wondering if
asyncio
is supported at the moment or if there are any plans to do so. At the moment I am just getting by usingasyncio.run
(rough implementation in the example), in the absence ofasyncio
are there any better examples of how to interface withasync
libraries?I did see some issues/discussions around SQLAlchemy asyncio dialect support, I assume my discussion is along the same lines.
Appreciate you chiming in.
Beta Was this translation helpful? Give feedback.
All reactions