Dev Tanna

Results 8 comments of Dev Tanna

Hello, @mattilyra ; I too would love to try this implementation but would need a persistent backend. Something like redis or MySQL.; When I have the time I can give...

Same issue here, this was not happening before :( Is the issue that the websocket needs to be "kept-alive"? Not sure what the best practices are for starting a keep-alive...

Adding the following param `pool_pre_ping` fixed it for me 🙂 ``` create_engine( url=f"...", pool_pre_ping=True ) ```

@nnnet When you get time, please could you take a look?

@nnnet 👋 What do you think about this small change? :)

> > I ended up using the web/HTTP client to be able to run the latest version: > > ```ts > > import { createClient } from '@libsql/client/web'; > >...