Open SebassNoob opened 1 year 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?
Would also love to bump this up. Would be super useful for me as well.
Hi! I want to use
create_async_engine(...)
to make an async engine and interface with libsql. Is this currently possible/ documented anywhere?