libsql / sqlalchemy-libsql

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

Support for asynchronous engine? #6

Open SebassNoob opened 1 year ago

SebassNoob commented 1 year 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 5 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?

kk1694 commented 1 month ago

Would also love to bump this up. Would be super useful for me as well.