You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Turso (the platform), libsql-sever, and embedded replicas use WAL mode and it is the only mode supported. However libsql drivers don't have WAL mode as default. Let's change that to use WAL everywhere.
I don't think it is that simple as we don't set any journal mode and use the defaults. I would probably find the methods where we are creating new connections and setup the journal mode appropriately.
Currently, Turso (the platform),
libsql-sever
, and embedded replicas use WAL mode and it is the only mode supported. Howeverlibsql
drivers don't have WAL mode as default. Let's change that to use WAL everywhere.reported here: https://discord.com/channels/933071162680958986/1154725980183732224/1261642078694150144
The text was updated successfully, but these errors were encountered: