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
libSQL is a fork of SQLite that is used for Turso databases. I was trying to set up the session manager to use with my Turso DB but was running into issues. I think I narrowed it down to libsql expecting a ? as a variable placeholder instead of $1. I cloned the repo and was able to get it working by just replacing those.
I'll open up a PR with those added.
The text was updated successfully, but these errors were encountered:
libSQL is a fork of SQLite that is used for Turso databases. I was trying to set up the session manager to use with my Turso DB but was running into issues. I think I narrowed it down to libsql expecting a
?
as a variable placeholder instead of$1
. I cloned the repo and was able to get it working by just replacing those.I'll open up a PR with those added.
The text was updated successfully, but these errors were encountered: