supersqlite icon indicating copy to clipboard operation
supersqlite copied to clipboard

Asyncio support?

Open ClericPy opened this issue 5 years ago • 1 comments

Will this lib support async await usage?

And, hope complete documentation will come soon.

Thanks for your effort, this lib is pretty good.

ClericPy avatar Aug 29 '19 16:08 ClericPy

If you do add async/await support, I hope it'd be for the general async/await API, so it can support structured concurrency libraries like Trio instead of only the asyncio library. The easiest way to support multiple event loops is by using the Anyio library.

jtrakk avatar Sep 07 '19 22:09 jtrakk