libsql / sqlalchemy-libsql

SQLAchemy dialect for libSQL
MIT License
20 stars 6 forks source link

Support for asynchronous engine? #6

Open SebassNoob opened 11 months ago

SebassNoob commented 11 months ago

Hi! I want to use create_async_engine(...) to make an async engine and interface with libsql. Is this currently possible/ documented anywhere?

tpougy commented 3 months ago

Hi guys, any news on this issue? It would be really awesome to be able to use libsql with async sqlalchemy engines.

[edit]

Actually I found that there is an open PR by @douglasmdev providing support to async engines, but it is waiting for 1 review from a mantainer of this repo. Can anyone help?