[Bug]: Turso connection closes too early
joshua-mo-143 opened this issue · 0 comments
joshua-mo-143 commented
What happened?
Ref: tursodatabase/libsql#925
Ref Discord help thread: https://discord.com/channels/803236282088161321/1228486587864584293
The Turso connection closes too early because it expects a ping/query every 10-15s or it will close to ensure low resource usage. We should therefore not use Connection
and instead use Database
so that users can connect to the database as needed.
Version
v0.43.0
Which operating system(s) are you seeing the problem on?
macOS, Windows, Linux, In deployment
Which CPU architectures are you seeing the problem on?
Other
Relevant log output
No response
Duplicate declaration
- I have searched the issues and there are none like this.